https://github.com/jsonzilla/open_weather_map
The already classic interview toy project for test react use of our applicants
https://github.com/jsonzilla/open_weather_map
interview-questions open-weather-api react
Last synced: about 2 months ago
JSON representation
The already classic interview toy project for test react use of our applicants
- Host: GitHub
- URL: https://github.com/jsonzilla/open_weather_map
- Owner: jsonzilla
- License: mit
- Created: 2021-05-08T15:25:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T19:44:42.000Z (over 3 years ago)
- Last Synced: 2025-03-22T04:27:15.199Z (about 1 year ago)
- Topics: interview-questions, open-weather-api, react
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# OpenWeatherMapAliClient
----
Web app that consume the API from https://openweathermap.org/, to show weather conditions.
# Require
Node.js
## Install
```
npm i create-react-app
npm i
npm start
```