JSON to Database
JSONtoDB is a command-line tool allowing HTTP methods to be called from a terminal or other program. It was originally intended to be used to send requests from a client computer to a Wordpress server using the REST-API plugin.
Installation
To install, use the standard RubyGems syntax:
$ gem install jsontodb
Or if necessary, you can add it to your Gemfile
:
gem 'jsontodb'
Usage
Coming soon!
Copyright
Copyright (c) 2016 Christopher Lutz. See LICENSE.txt for details.