Skip to content

Application that posts what politicians have said on twitter and let users decide if it is true or not

License

Notifications You must be signed in to change notification settings

nonameable/mentira-verdad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mentira-verdad

A web application that let people choose if what our lovely politicians say on twitter is true or false

Stack

Frontend: Angular 1

Backend: NodeJS and Express for routing, Twitter API for getting information.

Database: MongoDB

Execution

In order to run you must have nodejs installed. Clone the project and run a server using node bot.js

#Tweet structure:

{
	_id: ObjectId,
	publication_date: ISO8601,
  text: string,
  username: string,
  profile_pic: string (valid URL),
	upvotes: int,
  downvotes: int
}

Next steps

About

Application that posts what politicians have said on twitter and let users decide if it is true or not

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published