- Timeline : August 22 - September 26, 2021
- offered by Mozilla Durg
Checkout - SawoWeather
- Passwordless authentication by
Sawo Labs
- Fetching and showing all details related to weather of the city using
WeatherAPI - REST API
- Also showing city related image using
Bing Image Search - REST API
Deployed at Netlify.
First these commands and follow mentioned steps to get your app ready with installation.
git clone https://github.com/ShwetKhatri2001/SawoWeather.git
npm install
After installations, make a file .env
in root directory and add some env variables there.
- First add
REACT_APP_RAPID_API_KEY
which is api key to use both the rest apis. Get your own API KEY from Rapid API Docs. - Second add
REACT_APP_SAWO_API_KEY
which is api key to use sawo auth for your app. Go to Sawo Labs , create a new project and genrate your api key. - Third add
REACT_APP_SAWO_CONTAINER_ID
which could be any string for ui container id. - Fourth add
REACT_APP_SAWO_IDENTIFIER_TYPE
which will is email or phone_number_sms authentication type as per your app's requirement.
To run your app use this command.
npm start
If you find bugs with this project, pull requests are always welcome. You can create an issue here. Your ⭐ is also greatly appreciated.