bibleapi / bibleapi-rest

Node.js based Bible API RESTful web service
http://www.bibleapi.ws
MIT License
49 stars 12 forks source link

Add supported Bible translations meta data #4

Open rkazakov opened 8 years ago

rkazakov commented 8 years ago

Add supported Bible translations meta data. At the moment KJV and ASV are supported. So when requested http://localhost:4000/api/v1/meta/translations send the following response:

{
   translations: ['KJV', 'ASV']
}