Added Web-Programming (Open Weather Maps data fetch) (#196)

* Added Web-Programming (Open Weather Maps data fetch)

* update

Co-authored-by: itsvinayak <itssvinayak@gmail.com>
This commit is contained in:
Tapajyoti Bose
2020-06-21 22:08:29 +05:30
committed by GitHub
parent 78262df0a2
commit 412995ac09
3 changed files with 44 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "javascript",
"version": "1.0.0",
"description": "A repository for All algorithms implemented in Javascript (for educational purposes only)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TheAlgorithms",
"license": "GPL-3.0",
"dependencies": {
"node-fetch": "2.6.0"
}
}