alexburner / whether

Weather forecast & historical data, around today

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whether

Weather forecast & historical data, around today

development

# Installation
npm install

# Development
npm run dev # run parcel dev server + watch (outputs to dev/)
npm run tsc # run typescript compiler + watch (no emit, types only)

# Build
npm run build # (outputs to docs/)

# Extras
npm run clean # for debugging: removes .cache/ + dev/

About

Weather forecast & historical data, around today


Languages

Language:JavaScript 39.0%Language:TypeScript 30.4%Language:CSS 20.1%Language:HTML 10.5%