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.

15 lines
326 B

  1. {
  2. "name": "dark-sky-script",
  3. "version": "1.0.0",
  4. "description": "Fetch local weather information.",
  5. "main": "dark-sky.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Kevin Mok",
  10. "license": "ISC",
  11. "dependencies": {
  12. "table": "^5.4.6",
  13. "yargs": "^14.0.0"
  14. }
  15. }