App gets current rates from coinapi.io and stores it to LocalStorage. Graph is drawn from data in localstorage.
npm install
cp src/api/config.example.ts src/api/config.ts
And provide the correct API key in config.ts
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit