Skip to content

toolness/tweep-badger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experimental app that can be used to issue Open Badges from one Twitter user to another.

Mockups

Prerequisites

You'll need node and mongoDB.

You'll also need a pair of Twitter app tokens, which can be obtained from dev.twitter.com/apps.

Quick Start

  1. Make sure your mongoDB server is running.
  2. Run npm install.
  3. Run npm test.
  4. Run cp .env.example .env.
  5. Edit .env to taste.
  6. Run node app.js, then browse to http://localhost:3000/.

Deployment

For production deployments, you'll want to run make optimize, which minifies/compresses necessary files. If you want to revert from production to development, make sure you run make clean first.

About

Give public open badges to Twitter users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published