Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 607 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 607 Bytes

AutoAuth for ruqqus

Automatic and secure way to get ruqqus api authentication token

banner


Set up a local instance

• Make sure you have node installed
• Download repository, cd into it and run npm i. This will install all the necessary dependencies
• If you want to you can create .env file in the same directory where server.js file is, and add a PORT variable. This is the port on which the server is going to listen. Default port is 3000
• Run the app with node server.js