Skip to content

chrisp-fb/rell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rell Build Status

Facebook Read Eval Log Loop is an interactive environment for exploring the Facebook Connect JavaScript SDK. The SDK is available here.

Try it out.

Development Environment

You'll need Go to work on rell. Once you have it:

go get github.com/daaku/rell
rell

Then go to http://localhost:43600/. Look at the help text from rell -h to see what other options are available. You'll need your own Facebook Application and a Parse Application to make some of the features available.

Heroku

The application can be run on Heroku:

heroku create -s cedar
heroku config:add BUILDPACK_URL=http://github.com/kr/heroku-buildpack-inline.git
heroku config:set RELL_EMPCHECK_APP_ID=...
heroku config:set RELL_EMPCHECK_APP_SECRET=...
heroku config:set RELL_FB_APP_ID=...
heroku config:set RELL_FB_APP_NS=...
heroku config:set RELL_FB_APP_SECRET=...
heroku config:set RELL_PARSE_APP_ID=...
heroku config:set RELL_PARSE_REST_API_KEY=...

Docker

A Docker container can be built using:

docker build -t rell-builder . && docker run rell-builder | docker build -t daaku/rell -

Upgrade Vendored Dependencies

go get github.com/mjibson/party
party -c -d=internal -u -t

About

An interactive environment to explore the Facebook JavaScript SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.4%
  • HTML 3.0%
  • Other 0.6%