Skip to content

Instantly share code, notes, and snippets.

@alksily
Last active April 20, 2023 10:47
Show Gist options
  • Save alksily/6b5b033362fa0749f0ab2124b421b6fe to your computer and use it in GitHub Desktop.
Save alksily/6b5b033362fa0749f0ab2124b421b6fe to your computer and use it in GitHub Desktop.
Wether App
JavaScript Test Task
The web application should meet the following requirements:
1. A search bar for cities
2. Search results with weather information
3. A list of saved cities
4. Current position weather
Points to consider:
- Application structure
- Working with API
- Implementation of the search bar
- Exception handling (no internet connection, denied use of geolocation)
//
For a hint for the city list, for example: https://developers.google.com/places/web-service/autocomplete
For weather, you can use, for example: https://openweathermap.org/api
@Seawed
Copy link

Seawed commented May 16, 2020

Когда-то я это делал)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment