Web app to generate a pryv app access token
Pass a register name in the query parameter: http://pryv.github.io/app-web-access/?pryvServiceInfoUrl={Url to service ino} as per the Autoconfiguration guidelines
Example: http://pryv.github.io/app-web-access/?pryvServiceInfoUrl=https://reg.pryv.me/service/info
Prerequisites: node & npm
- Download dependencies with
npm install. - Generate web app into
dist/withnpm run build(esbuild;npm run watchto rebuild on change). - Run the npm server with
npm run webserver. - Open https://l.rec.la:4444/
- Publish to GitHub Pages with
npm run gh-pages.