An open API service indexing awesome lists of open source software.

https://github.com/goronfreeman/alfred-http-status-codes

Alfred workflow to give quick info about HTTP status codes.
https://github.com/goronfreeman/alfred-http-status-codes

Last synced: about 1 year ago
JSON representation

Alfred workflow to give quick info about HTTP status codes.

Awesome Lists containing this project

README

          

# alfred-http-status-codes

![Status code info](http://i.imgur.com/N7FlAwl.png)

Use Alfred search to get quick info about HTTP status codes, and hit enter to get taken to more in-depth information about each code.

**[Download][releases]**

## How to use

To invoke **alfred-http-status-codes**, simply type `http` followed by the status code you would like more information about. The workflow will intelligently filter the status codes as you type, so if you enter `http 2`, **alfred-http-status-codes** will display all 200 status codes, along with their name, and a brief description. You can also search for status codes by name, so entering `http continue` will return `100: Continue`. If you would like more in-depth information about a particular status code, simply hit `enter` to be taken to the W3C page about that status code.

## Credits

Thank you to:
* [konapun] for his [autocomplete] library and the project mascot
* [lrrfantasy] for his [alfred-feedback-xml-generation][xml] library
* Icon made by [Freepik] from [www.flaticon.com][flaticon]
* [Stephanie Hoogerwerf][stephanie] for icon tweaks

[releases]: https://github.com/goronfreeman/alfred-http-status-codes/releases
[konapun]: https://github.com/konapun
[autocomplete]: https://github.com/konapun/autocomplete
[lrrfantasy]: https://github.com/lrrfantasy
[xml]: https://github.com/lrrfantasy/alfred-feedback-xml-generation
[freepik]: http://www.freepik.com
[flaticon]: http://www.flaticon.com
[stephanie]: http://stephaniehoogerwerf.com/

![You're gonna shine](https://cloud.githubusercontent.com/assets/498643/7970023/cd2f676e-0a00-11e5-9597-627feafe931a.png)