/tds-challenger

A weather app using weatherapi with next

Primary LanguageTypeScriptApache License 2.0Apache-2.0

ForecastThi 😉

About

A weather webapp to follow your city's forecast.

Screenshots

page overview

Features

  • API usage by serverless.
  • Layout based on mobile users.
  • micro-front-end architecture.
  • Unitary test with jest and storybook.

Technologies

The following tools were used in this project:

Requirements

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.

Starting

# 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>

License

This project is under license from Apache. For more details, see the LICENSE.

Made with ❤️ and ☕

Back to top