README
appdotauth
app.net access token generation server – generate valid api tokens with ease.
This tool is for developers that want to experiment with the app.net api and therefore just need an access token.
Setup and usage
- Install this package with
npm install appdotauth
- Register an application at https://alpha.app.net/developer/app/create/ (dev accounts only)
cp config.example.json config.json
- Insert your application details at
config.json
- Run
npm start
- point your browser to
http://localhost:3000
and follow the instructions. - You are done
About security
Be sure to keep the generated access token secret, as it has full controll over your app.net account.