Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaiste/onegraph-twitter-integration
- Owner: zaiste
- Created: 2018-03-09T00:07:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:18:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T08:41:21.858Z (about 1 month ago)
- Topics: onegraph, react, twitter
- Language: JavaScript
- Size: 973 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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`.