Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guccio163/weatherapp
Weather app created for Nokia internship task
https://github.com/guccio163/weatherapp
Last synced: 15 days ago
JSON representation
Weather app created for Nokia internship task
- Host: GitHub
- URL: https://github.com/guccio163/weatherapp
- Owner: Guccio163
- Created: 2024-04-07T22:28:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-07T22:54:50.000Z (9 months ago)
- Last Synced: 2024-11-06T13:56:52.301Z (2 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
Task prepared for Nokia Intenship Programme recruitment process.
after cloning the project, too see it in a browser you have to:
cd WeatherApp
npm i
npm run devAfter that you sould be able to see the results.
- This frontend project enables You to check the weather in various cities across the globe;
- Due to the chosen method (Autocomplete input) I had to shorten the list of available cities,
normally there are more than million cities, but it was really hard to search through and lagged whole app,
it would probebly be a task for a backend service to serve most probable cities based on what user is inputing.
- You can both add and delete cities
- Every city has listed its name, overall weather's icon, temperature in Celsius, how high does the temperature feels like and wind speed in m/s.