Fetch local weather from Dark Sky API. https://wthr.ml/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
511 B

  1. *.csv
  2. *.html
  3. *.txt
  4. api-keys-fish.sh
  5. dark-sky.json
  6. # node {{{ -
  7. /lib
  8. /lib-legacy
  9. /node_modules
  10. *.log
  11. /.nyc_output
  12. /coverage
  13. /dist
  14. /dist-debug
  15. /artifacts
  16. /updates
  17. /resources/winsetup/generated.wxs
  18. /resources/winsetup/obj
  19. /resources/winsetup/bin
  20. /resources/win-chocolatey/tools/chocolateyinstall.ps1
  21. .vs
  22. *.msi
  23. *.nupkg
  24. test/fixtures/**/.fbkpm
  25. /tmp/
  26. /__tests__/fixtures/**/_*
  27. /__tests__/fixtures/request-cache/GET/localhost/.bin
  28. .idea
  29. .yarn-meta
  30. .pnp.js
  31. .pnp
  32. /packages/lockfile/index.js
  33. .vscode/
  34. # }}} default -