2.5.0 • Published 5 years ago

progressmonitor-utils v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

progressmonitor-utils

Utils library for ProgressMonitor. This library is used internally in ProgressMonitor and its components library, but it might be reused in my other projects. I don't expect it to be particularly useful for any other purposes, but I figure that publishing it won't cause any harm.

Development

Create a production build: yarn build or npm run build

Run tests: yarn test or npm test

Notice that in order to run the tests, you'll need a Firebase setup file under the name firebaseTestConfig.js that should look like this:

const firebaseTestConfig = {
  apiKey: '<API_KEY>',
  authDomain: '<PROJECT_ID>.firebaseapp.com',
  databaseURL: 'https://<DATABASE_NAME>.firebaseio.com',
  storageBucket: '<BUCKET>.appspot.com',
  messagingSenderId: '<SENDER_ID>'
};

export default firebaseTestConfig;
2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago