#Rikulo YAPI
Rikulo YAPI is a Dart bridge to those frequently used on-line JavaScript services provided by Yahoo Inc.
Rikulo YAPI is distributed under the Apache 2.0 License.
##Install from Dart Pub Repository
Add this to your pubspec.yaml
(or create it):
dependencies:
rikulo_yapi:
Then run the Pub Package Manager (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_yapi:
git: git://github.com/rikulo/yapi.git
For more information, please refer to Pub: Dependencies.
##Notes to Contributors
###Fork Rikulo YAPI
If you'd like to contribute back to the core, you can fork this repository 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 first.