A weather webapp to follow your city's forecast.
- API usage by serverless.
- Layout based on mobile users.
- micro-front-end architecture.
- Unitary test with jest and storybook.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed, and an account on weather api to access the weather public api.
After created your account on the Weather org you'll have to get your private api key and fill up the .env file with your key.
# Clone this project
$ git clone git@github.com:Thiago-spart/tds-challenger.git
# Access
$ cd tds-challenger
# Install dependencies
$ npm i
# Run the project in developer mode
$ npm run dev
# The server will initialize in <http://localhost:3000>
This project is under license from Apache. For more details, see the LICENSE.
Made with ❤️ and ☕