Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.38 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.38 KB

Bostadsbotten

Håll dina bostadsköer förnyade automatiskt!

Detta skript loggar automatiskt in på dina bostadsköer så att du inte tappar din registrering. Fungerar hittills för:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and running purposes.

Prerequisites

  • Node v7.6.0 or greater

Installing

Download the project from Github

git clone https://github.com/JohanWinther/Bostadsbotten

Go into the folder

cd Bostadsbotten

Install all prerequisites

npm install

Create a copy of credentials-example.json called credentials.json and add any site credentials with the same keys as in config.json.

Deployment

You probably want this to run automatically every X months, so make your system's task scheduler runs the command

node path-to-index.js

For Windows it is probably best to setup a basic task in the Task Scheduler.

Contributing

Feel free to submit pull requests to help the project or provide config settings for new websites.

License

This project is licensed under the MIT License - see the LICENSE.md file for details