Skip to content

Commit

Permalink
[GENERIC] Updates README, configuration and adds travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
19h committed Jun 30, 2013
1 parent 7552c8d commit 2dd8452
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.10"
12 changes: 11 additions & 1 deletion README.md
@@ -1,7 +1,17 @@
graph
=====

A Facebook Graph API client for Node.js.
An enterprise Open Graph client for NodeJS.

Issues [![Build Status](https://travis-ci.org/Legify/graph.png)](https://travis-ci.org/Legify/graph)
------------

Feel free to open an issue if you think anything specific to this fork should be discussed. PRs are welcome. See the above notice if you have questions regarding *graph*.

Installation
------------

`npm install graph`

## License

Expand Down
8 changes: 5 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "graph",
"description": "A Facebook Graph API client for Node.js.",
"name": "opengraph",
"description": "A Open Graph API client for Node.js.",
"homepage": "https://github.com/Legify/graph",
"author": {
"name": "Legify GmbH",
Expand All @@ -24,7 +24,9 @@
"wrapper",
"client",
"sdk",
"login"
"login",
"opengraph",
"open"
],
"version": "1.0.0",
"engines": {
Expand Down

0 comments on commit 2dd8452

Please sign in to comment.