KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ember-live-api
★ 12
Open GitHub ↗
Ember API Docs via Ember App Kit
Download README (.md)
Explore Similar Repositories
widget-examples
:
Contains the common code for the GoInstant widget examples.. This repo will no longer be updated. GoInstant will be discontinued as of August 31, 2014. Read our blog for more details.
osm-contributor-stats
:
Osm Contributor Statistics
txtduino
:
Send a text message by pressing a button on your Arduino!
clamped
:
Example project using clamp package
monad_koans
:
Set of exercises (koans) to learn monads in clojure
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ember-live-api
?
Download (.md)
[](https://travis-ci.org/rjackson/ember-live-api) ## Ember Live API This project aims to replicate the functionality of the emberjs.com/api/ site (which is statically generated), with an Ember application that uses the YUIDoc output directly. This will allow us to access documentation for nearly any version of Ember (instead of a single version). ### TODO The listing of the things that need to be done before we can really push to change out the current static generated API docs can be found [here](https://github.com/rjackson/ember-live-api/issues). ### Contributing To get started: ``` sh git clone https://github.com/rjackson/ember-live-api.git cd ember-live-api npm install npm install -g grunt-cli # if you don't already have it grunt server ``` Then visit [http://localhost:8000/](http://localhost:8000/) ### Requirements [Node.js](http://nodejs.org).