Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victor95pc/tweet-verifier

Extension to check if Tweet is real
https://github.com/victor95pc/tweet-verifier

chrome-extension fake firefox-addon firefox-extension tweets twitter twitter-api verifier

Last synced: 5 days ago
JSON representation

Extension to check if Tweet is real

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/victor95pc/tweet-verifier.svg?branch=master)](https://travis-ci.org/victor95pc/tweet-verifier)
[![Coverage Status](https://coveralls.io/repos/github/victor95pc/tweet-verifier/badge.svg?branch=master)](https://coveralls.io/github/victor95pc/tweet-verifier?branch=master)

# PROJECT STILL WIP!
# What its?
A browser extesion to help you to check if the Tweet is real or not

# Install
Go to your extension store and search for **Tweet Verifier**

## How to build
Run ```npm install``` on the project folder

### Chrome
* Run ```npm chrome-build``` and for Development ```npm chrome-start```
* Go to ```chrome://extensions/``` on your Browser
* Enable ```Developer mode```
* Click on ```Load unpacked```
* Choose the ```build/chrome``` folder inside the project