Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zaiste/onegraph-twitter-integration

Example of accessing Twitter data with OneGraph
https://github.com/zaiste/onegraph-twitter-integration

onegraph react twitter

Last synced: 12 days ago
JSON representation

Example of accessing Twitter data with OneGraph

Awesome Lists containing this project

README

        

# onegraph-twitter-integration

This is a basic Twitter integration for [OneGraph](https://www.onegraph.com/).

![preview](https://raw.githubusercontent.com/zaiste/onegraph-twitter-integration/master/public/preview.png)

## Usage

Go to `src/Config.js` and set `appId` to your application identifier.

Install dependencies

```
yarn
```

Start the application.

```
yarn start
```

Visit `localhost:3000`.