UI for configuring/debugging the hlad-crawler using Firebase as data-store.
- Sync (Pull/Create/Update)
Recipesvia Firebase - Ability to test new recipes before saving them
- Real-time notifications about Crawling Agent status changes
- [] Hlad remote configuration - endpoint, crawl time
- [] Hlad simulate sending content to endpoint (will send to firebase and display in hlad-ui)
- [] Tests + CI
$ npm install
- Firebase endpoint is configurable as process.env.FIREBASE_ID
$ FIREBASE_ID=<your-firebase-id> npm start
$ npm test
or development mode
$ npm run test:dev # lunches karma with watch capability
$ npm run build
ISC