- Add zip code validation if zip code is too short
- Add automatic formatting for longer zip codes
- Add country validation prior to sending the request
- Add country data supported by the API
- Add credit to Zippopotamus
- Add license information for Zippopotamus
- Add optional callback function argument for those who don't want to use promises
- Add appropriate test cases for the callback function
- Fix test cases using the mock API, as it wasn't actually intercepting the requests
-
Add query function to module
- Allows for country and zip code combination request
- Allows for country, state, and city request
- Allows for users to specify either http or https
- Allows for users to specify the URL of their own Zippopotamus server
-
Add test cases for both types of cases
- Add dependencies for testing
- Add Babel ES2015 preset to Gulp and .babelrc
- Add LICENSE.md
- Add README.md
- Add initial module, which exports an empty object
- Add Gulp build script
- Add initial package.json file
- Add dotfiles and Babel configuration