Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1005 Bytes

File metadata and controls

39 lines (22 loc) · 1005 Bytes

brishty

Brishty is a web application that displays weather of a searched location (i.e. a city), the site is built using NextJS, TypeScript, ReactJS and Tailwind CSS for UI.

Live link

https://www.brishty.net

Running

Starting locally

npm run dev

The app should start locally here : http://localhost:3000/

Example weather page : http://localhost:3000/weather/Soho,%20GB

Building in production

npm run build && next start

Running lint / lint fix command

Running with Eslint : npm run lint

Fixing lint issues : npm run lint:fix

Running tests

npm run test

Third-party APIs used in Brishty