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.

36 lines
487 B

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