A simple app i am making to see who is on and where in neos without loading up the game
This tool stores you token and userid into localstorage this means we dont need to save your email and password.
The only time your password and email are sent is to collect your token from the Neos API using https, meaning its encripted from you to Neos.
No 3rd party API modules are used nor any servers.
If you have a security consern feel free to post in the Issues tab
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/RoxyBoxxy/NeosX.git
# Go into the repository
cd NeosX
# Install dependencies
npm install
cd src/
npm install
# Run the app
npm run dev
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.