Book-API is, as the name suggest, an API that provides information about books and its genres. This API was developed with the pure intention of learning and is based on the youtube channel Traversy Media tutorial on NodeJS, Express and MongoDB APIs.
This API was not deployed and only works on localhost. Therefore, to use it will be necessary to install and setup NodeJS, Express, MongoDB and Mongoose.
Note: This document is still in development.
import foobar
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change..
Please make sure to update tests as appropriate.