Skip to content

mattwkelly/rell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rell

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 these to make modifications to rell:

  • Node tested with version 0.8.x.
  • Go tested with version 1.0.x.
  • Git tested with version 1.7.x.

Install the main command which will automatically pull Go dependencies, then use npm to fetch JavaScript dependencies.

go get -u github.com/daaku/rell
cd $(go list -f '{{.Dir}}' github.com/daaku/rell)/js
npm install
rell -h

About

An interactive environment to explore the Facebook JavaScript SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published