https://github.com/escalopa/weather-app
Weather show API, Built with expressJS
https://github.com/escalopa/weather-app
express-js javascript weather-app
Last synced: 2 months ago
JSON representation
Weather show API, Built with expressJS
- Host: GitHub
- URL: https://github.com/escalopa/weather-app
- Owner: escalopa
- Created: 2022-02-05T09:55:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T15:45:44.000Z (over 2 years ago)
- Last Synced: 2025-01-19T15:20:16.493Z (4 months ago)
- Topics: express-js, javascript, weather-app
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
Applicatoin to get weather data by location name
### Tools
- express.JS
- ejs### Run
Clone the project and run it using
```shell
$ yarn && yarn run start
```