Website project for the course TLO-32400 Ohjelmallinen sisällönhallinta at Tampere University of Technology.
The core idea is to have a sort of a blog website where you can link you twitter account to your local account. You can then fetch your timeline feed from twitter and then generate blog posts of sorts with markov chain.
- NodeJS
- ExpressJS
- Swagger
- Mongoose
- Passport
- Markov-strings
- Twit
The project is currently running on heroku. However, if you want to run it yourself, you have to register for Twitter APP and put your own credentials to the Twitter related connections.
- Pull the project
- npm install
- npm start
- http://localhost:5000