5.7.0 • Published 3 years ago

@odd-industries/odd-charting v5.7.0

Weekly downloads
64
License
MIT
Repository
gitlab
Last release
3 years ago

odd-charting

Setting up the Firebase Functions emulator

First we need to start the Firebase Functions emulator. On the odd-vision-functions repository run, in two different terminals:

yarn build:watch

and then

yarn serve

Once started, visit Functions to see it in action.

Setting up the Firebase Firestore emulator

First we need to start the Firebase Firestore emulator:

firebase emulators:start --only firestore

Once started, we should seed it:

export FIRESTORE_EMULATOR_HOST="localhost:5000" && node ./tests/restore/index.js

If you don't have data to seed with, you can download some via:

unset FIRESTORE_EMULATOR_HOST && node ./tests/restore/index.js

Once seeded, visit Firestore to see it in action.

Testing

On the odd-charting repository (here) run:

yarn test:unit

or

yarn test:integration

Releasing

yarn release
5.6.0

3 years ago

5.7.0

3 years ago

5.5.2

3 years ago

5.5.1

3 years ago

5.5.0

3 years ago

5.3.3

3 years ago

5.4.0

3 years ago

5.3.7

3 years ago

5.3.6

3 years ago

5.3.5

3 years ago

5.3.4

3 years ago

5.3.2

3 years ago

5.3.1

3 years ago

5.2.0

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.5.0

3 years ago

4.5.1

3 years ago

4.3.6

3 years ago

4.3.5

3 years ago

4.3.8

3 years ago

4.4.0

3 years ago

4.3.4

3 years ago

4.3.3

3 years ago

4.3.2

3 years ago

4.3.1

3 years ago

4.3.0

3 years ago

4.2.4

3 years ago

4.2.3

3 years ago

4.2.2

3 years ago

4.1.0

3 years ago

4.2.1

3 years ago

4.2.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.2

3 years ago

3.9.1

3 years ago

3.9.0

3 years ago

3.8.1

3 years ago

3.8.0

3 years ago

3.7.0

3 years ago

3.6.0

3 years ago

3.5.0

3 years ago

3.4.3

3 years ago

3.4.2

3 years ago

3.4.0

3 years ago

3.4.1

3 years ago

3.3.0

3 years ago

2.2.1

3 years ago

3.2.1

3 years ago

1.2.0

3 years ago

0.2.0

3 years ago

1.2.1

3 years ago

0.1.0

3 years ago