http-status-name 
Get HTTP-status name by code.
Installation
From the same directory as your project's package.json, install this package with the following command:
npm install http-status-name --save-dev
Usage
httpStatusName = require("http-status-name")
httpStatusName('200')
httpStatusName('404')
httpStatusName('500')
Try it out yourself.
Contributing
Found a :beetle:? Have a feature request? Please create an Issue.
Pull requests are also encouraged, and if you find this project useful please consider :star:-ing it to show your support!
Thank you!
Authors
Andre Helberg
Alecia Bester
License
Copyright (c) 2016 Alecia Bester, contributors. Released under the MIT license