Raathigesh / atmo

:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.
815 stars 46 forks source link

Added full HTTP Response code list #26

Closed montogeek closed 8 years ago

montogeek commented 8 years ago

Implements #25 Using https://developer.mozilla.org/en/docs/Web/HTTP/Response_codes as reference.

Some suggestions:

Bugs: Component src/client/components/Header.jsx is importing a module called file-saver that does not exist in package.json, although Webpack throws an error when compiling the final bundle is fine and the application loads, FileSaver is not used in the component, but there is a constructor of FileReader maybe you forgot to update it or something :)

Raathigesh commented 8 years ago

Thanks for the PR :) I created a separate issue to keep track of your suggestions. Will address them soon.

The FileReader constructor is browser's file reader's constructor.