juanmadurand / manhattan

Weather, Air pollution and ferrys map of Manhattan, NYC

Home Page:https://manhattan.jmdurand.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manhattan

This project shows a responsive map with air quality indicators, weather and ferry stops.

See it online: https://manhattan.jmdurand.dev/

Part of it was made as an interview exercise, which I really liked, so I developed it for a city I love :)

It is not available worldwide, since we rely on local APIs:

Get API Keys

  • Mapbox: to show the map
  • Weather: to get humidity, temperature, precipitation, etc.
  • PurpleAir: to get air quality

Run locally

Once you have the api keys, fill the .env file. You can run:

# creates env file
cp .env.example .env

# start redis locally
docker-compose up

And finally, after installing dependencies, start the app in development mode:

npm run dev

About

Weather, Air pollution and ferrys map of Manhattan, NYC

https://manhattan.jmdurand.dev/


Languages

Language:JavaScript 86.7%Language:SCSS 13.2%Language:CSS 0.2%