https://github.com/rikulo/gapi
Rikulo GAPI is a Dart bridge to those frequently used on-line JavaScript services provided by Google.
https://github.com/rikulo/gapi
Last synced: 7 minutes ago
JSON representation
Rikulo GAPI is a Dart bridge to those frequently used on-line JavaScript services provided by Google.
- Host: GitHub
- URL: https://github.com/rikulo/gapi
- Owner: rikulo
- License: other
- Created: 2012-10-23T08:40:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-23T05:55:44.000Z (over 13 years ago)
- Last Synced: 2025-02-23T05:11:52.264Z (over 1 year ago)
- Language: Dart
- Homepage: http://rikulo.org
- Size: 111 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Rikulo GAPI](http://rikulo.org) is a Dart bridge to
those frequently used on-line JavaScript services provided by Google.
* [Home](http://rikulo.org)
* [Documentation](http://docs.rikulo.org)
* [API Reference](http://api.rikulo.org/gapi/latest)
* [Discussion](http://stackoverflow.com/questions/tagged/rikulo)
* [Issues](https://github.com/rikulo/gapi/issues)
Rikulo GAPI is distributed under the Apache 2.0 License.
##Install from Dart Pub Repository
Add this to your `pubspec.yaml` (or create it):
dependencies:
rikulo_gapi:
Then run the [Pub Package Manager](http://pub.dartlang.org/doc) (comes with the Dart SDK):
pub install
##Install from Github for Bleeding Edge Stuff
To install stuff that is still in development, add this to your `pubspec.yam`:
dependencies:
rikulo_gapi:
git: git://github.com/rikulo/gapi.git
For more information, please refer to [Pub: Dependencies](http://pub.dartlang.org/doc/pubspec.html#dependencies).
##Notes to Contributors
###Fork Rikulo GAPI
If you'd like to contribute back to the core, you can [fork this repository](https://help.github.com/articles/fork-a-repo) and send us a pull request, when it is ready.
Please be aware that one of Rikulo's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.
If you are new to Git or GitHub, please read [this guide](https://help.github.com/) first.