https://github.com/kfox/acclimate
A tool to interactively investigate and work with RESTful APIs
https://github.com/kfox/acclimate
cli rest-client
Last synced: over 1 year ago
JSON representation
A tool to interactively investigate and work with RESTful APIs
- Host: GitHub
- URL: https://github.com/kfox/acclimate
- Owner: kfox
- License: mit
- Created: 2017-01-25T17:06:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T19:31:31.000Z (about 9 years ago)
- Last Synced: 2025-02-07T14:45:39.979Z (over 1 year ago)
- Topics: cli, rest-client
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](http://standardjs.com)
[](https://travis-ci.org/kfox/acclimate)
[](https://coveralls.io/github/kfox/acclimate)
# acclimate
_API-Curious Command-Line Interface Making API Traversal Easy_
## Getting Started
This project is pre-alpha. Not much to see yet. :)
## Prerequisites
`acclimate` uses [yarn](https://yarnpkg.com) to manage dependencies, but
you can use `npm` instead if you don't have yarn (or prefer not to).
## Installing
Clone the project and run:
```
yarn install
npm link
```
## Running the tests
To run the tests and linter:
```
npm test
```
To see code coverage details:
```
npm run coverage
```
## Built With
* [Vorpal](https://github.com/dthree/vorpal) - A Node.js framework for interactive CLI tools
* [Unirest](http://unirest.io/) - A set of lightweight HTTP request client libraries
* [node-jq](https://github.com/sanack/node-jq) - a wrapper for [jq](https://stedolan.github.io/jq/),
a lightweight and flexible command-line JSON processor
## Versioning
This project uses [SemVer](http://semver.org/) for versioning.
## Authors
* **Kelly Fox** - *Initial work* - [kfox](https://github.com/kfox)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
Inspired by [httpie](https://httpie.org/), a command line HTTP client with an intuitive UI,
JSON support, syntax highlighting, wget-like downloads, extensions, and more.