Project

jsontodb

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby library to perform REST requests from the command-line and insert JSON into databases
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2
 Project Readme

Gem Version Code Climate

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. If you take this path, version 2.1.1 is the recommended earliest version in the 2.0 series, because all previous 2.x.x version suffer from an issue in the gemspec that did not include default configuration files in the bundled gem.

gem 'jsontodb', '>= 2.1.1'

Usage

Coming soon!

Copyright

Copyright (c) 2016 Christopher Lutz. See LICENSE.txt for details.