18F / bronto-api

API for bronto thesaurus
Other
2 stars 5 forks source link

Split into REST API and Ruby gem #11

Open adelevie opened 10 years ago

adelevie commented 10 years ago

Ideally we should have two repos:

bronto (this repo) will be/is a Sinatra-based REST API. bronto-gem will be a Ruby gem that houses the core thesaurus-izing technology. bronto will use the bronto-gem.

Ruby applications (such as answers) should likely just use bronto-gem. The REST API from bronto, however, would enable applications in other languages to take advantage of the thesaurus.

jgrevich commented 10 years ago

sounds great! :gem: :shipit:

adelevie commented 10 years ago

What's the SOP for repo creation? For bronto-gem, I want to clone/fork bronto and whittle away Sinatra.