forecast/README.md
2021-07-27 17:25:12 +03:00

26 lines
637 B
Markdown

# Weather App
Check the current weather on any city on the planet. Switch between metric and imperial units.
![Alt img](https://www.madza.dev/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fzlsyc9paq6sa%2F44dvlE4XsjnPYxhYV0BokW%2F4e59dee4fd0952312a2e4072c61cecee%2FTn8VS0npqE.gif&w=1080&q=70)
## Installation
1. `git clone https://github.com/madzadev/weather-app.git`
2. `cd weather-app`
3. `npm install`
4. create env file and include a string
5. `npm run dev`
## Contributions
Any feature requests and pull requests are welcome!
## License
The project is under [MIT license](https://choosealicense.com/licenses/mit/).