Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OneGraph/onegraph-examples
Examples big and small of how to use OneGraph in modern applications
https://github.com/OneGraph/onegraph-examples
Last synced: 9 days ago
JSON representation
Examples big and small of how to use OneGraph in modern applications
- Host: GitHub
- URL: https://github.com/OneGraph/onegraph-examples
- Owner: OneGraph
- Created: 2019-01-03T22:53:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T08:54:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:34:53.001Z (3 months ago)
- Language: JavaScript
- Homepage: onegraph-examples-git-master.one-graph1.vercel.app
- Size: 10.9 MB
- Stars: 52
- Watchers: 4
- Forks: 8
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OneGraph Examples
This repository contains several example applications leveraging the power of OneGraph.
Each example is a self-contained package.## Examples
- [**PackageInfo**](https://packageinfo.now.sh): A service that provides detailed information about [npm packages](https://www.npmjs.com).
It combines information from [npm](https://www.npmjs.com), [Github](http://github.com) and [BundlePhobia](https://bundlephobia.com). ([source](packageinfo))
- [**Youtube Captions**](https://youtube-captions.now.sh): A service that lists interactive video captions for [YouTube](https://www.youtube.com/) videos. ([source](youtube-captions))
- [**SpotDj**](https://spotdj.onegraphapp.com): A collaborative Spotify DJ app using ReasonReact and webrtc to synchronize Spotify players for a shared music experience
- **Stocks CLI**: A CLI service that shows stock market information. ([source](stocks-cli))
- **Twitter CLI**: A CLI service that shows [Twitter](https://twitter.com) user information. ([source](twitter-cli))