Skip to content
Browse files

moar badges. Also adding LICENSE and authors for consistency

  • Loading branch information...
1 parent fc6a46b commit e3212bb747c1b9c931ad9230699315a67c5e46f1 @ekryski ekryski committed
Showing with 16 additions and 3 deletions.
  1. 0 license.md → LICENSE
  2. +16 −3 readme.md
View
0 license.md → LICENSE
File renamed without changes.
View
19 readme.md
@@ -3,9 +3,11 @@
<h1>Build Better APIs, Faster than Ever</h1>
</div>
-[![Join the chat at https://gitter.im/feathersjs/feathers](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/feathersjs/feathers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![NPM](https://nodei.co/npm/feathers.png?downloads=true&stars=true)](https://nodei.co/npm/feathers/)
[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers)
+[![Code Climate](https://codeclimate.com/github/feathersjs/feathers.png)](https://codeclimate.com/github/feathersjs/feathers)
+[![Join the chat at https://gitter.im/feathersjs/feathers](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/feathersjs/feathers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Feathers is a real-time, micro-service web framework for NodeJS that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
@@ -15,7 +17,7 @@ Visit the website at [feathersjs.com](http://feathersjs.com) to read the [Gettin
## A MongoDB REST and real-time API
-Curious how it looks? Here is a full REST and real-time todo API that uses MongoDB:
+Want to see it in action? Here is a full REST and real-time todo API that uses MongoDB:
```js
// app.js
@@ -44,4 +46,15 @@ npm install feathers feathers-mongodb body-parser
node app
```
-and go to [http://localhost:3000/todos](http://localhost:3000/todos). Don't want to use MongoDB? Feathers has plugins for [many other databases](http://feathersjs.com/learn/) and you can easily [write your own adapters](http://feathersjs.com/quick-start/).
+and go to [http://localhost:3000/todos](http://localhost:3000/todos). That's all the code you need to have a full real-time CRUD API.
+
+Don't want to use MongoDB? Feathers has plugins for [many other databases](http://feathersjs.com/learn/) and you can easily [write your own adapters](http://feathersjs.com/quick-start/).
+
+## License
+
+[MIT](LICENSE)
+
+## Authors
+
+- [David Luecke](https://github.com/daffl)
+- [Eric Kryski](http://erickryski.com)

0 comments on commit e3212bb

Please sign in to comment.
Something went wrong with that request. Please try again.