Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasimy-as/weathery
Check the temperature and weather of a city, with Node.js and OpenWeather API.
https://github.com/hasimy-as/weathery
Last synced: 16 days ago
JSON representation
Check the temperature and weather of a city, with Node.js and OpenWeather API.
- Host: GitHub
- URL: https://github.com/hasimy-as/weathery
- Owner: hasimy-as
- License: mit
- Created: 2020-06-16T06:40:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:13:40.000Z (about 2 years ago)
- Last Synced: 2024-10-21T18:32:24.765Z (2 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weathery
Check the temperature and weather of a city, with Node.js and OpenWeather API.# OpenWeatherMap API
You need to have an OpenWeather account, which you can get one [here](https://openweathermap.org/register).
Then, follow the instructions below to get your API key.
```sh
First, open the OpenWeatherMap dashboard.Second, go to the API keys segment in the dashboard.
Third, you can use the generated key situated like below.
```
![API Key](docs/img/api.png)# Usage
After that, you can install the app using the following instructions:
```sh
First, clone/download the repository.Secondly, run this command in your CLI/Terminal to install the needed dependencies (npm install --save).
Third, inside index.js, change the API key.
Fourth, run the application!
```
## Licensed under the [MIT](https://raw.githubusercontent.com/hasimy-as/Weathery/master/LICENSE) License.
Happy coding!
~Hasimy