Skip to content

View the total price of all products on the steam store page

License

Notifications You must be signed in to change notification settings

magn0053/total-steam-price

Repository files navigation

Total Steam Price

View the total price of all products on the Steam store page. This is an extension of a previous project. In this I intend to include a lot more features, such as filters. See the original work here

Testing

For testing I'm running everything locally - to test POST requests I'm using Postman

How to contribute

Get the code

Fork/Download or Make a pull request to get started. Testing is run locally, start by making sure you have Node.JS and MongoDB installed - always running latest stable build unless otherwise specified.

Next rename configuration-example.json to configuration.json and fill in the missing information.

Setup for the local MongoDB will follow soon.

Install dependencies

npm install

Run the code

For production

npm start

For development

npm test

This will automatically restart the application on code updates, very useful for developement

Register the first user

To register the first user, create a new user using the registation code "firstUser" - this will be disabled whenever any other user exist. This is done at yourdomain.com/dashboard/register.

Just a practial note

It's my first time really working open-source and using GitHub - any tips and tricks are very welcome!

License

MIT. Copyright (c) Magnus Vestergaard

About

View the total price of all products on the steam store page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published