Coining was my final project for the Skylab Bootcamp. It's a Bitcoin news aggregator, where I got to play with scraping, API's, NodeJS, MongoDB and more fun stuff.
I decided it wasn't really finished, so I'm working on the second version. Here you can find the backend part, made with NodeJS, Express and MongoDB.
'Cryptocurrencies' is a tricky keyword: people who are new to the subject might find quite difficult to understand what's going on, as information comes from so many different sources.
Coining aims at giving a solution to that problem: By bringing the information all together to one place, the user can access to the latest news, prices and tweets about bitcoin and crypto without having to rely on multiple apps or sources.
The frontend part of this project is hosted in this repo. The scrapers are the same as the previous version and are hosted in this repo
"axios": "^0.17.1",
"crypto-js": "^3.1.9-1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"mongoose": "^4.13.6",
"twit": "^2.2.9"