Sha256: d38d1984016147733f72d10d845830fa19000a228fd9c181060cce801f03b3ff
Contents?: true
Size: 925 Bytes
Versions: 1
Compression:
Stored size: 925 Bytes
Contents
[![Build Status](https://travis-ci.org/semdinsp/wolfram_databin.svg)](https://travis-ci.org/semdinsp/wolfram_databin)[![Code Climate](https://codeclimate.com/github/semdinsp/wolfram_databin/badges/gpa.svg)](https://codeclimate.com/github/semdinsp/wolfram_databin) [![Gem Version](https://badge.fury.io/rb/wolfram_databin.png)](http://badge.fury.io/rb/wolfram_databin) Wolfram Databin ============ Post data to a wolfram databin. You can post just about any kind of string data to the databin. Just add more stuff to the query hash and send it. The bin id is merged with the query hash so no need to add the bin id to the query. Test URL ======= http://wolfr.am/4PZWVcDT Usage ======= @dbin=WolframDatabin::Base.new @dbin.set_shortid("4PZWVcDT") query= {time: Time.now} res=@dbin.post_data(query) One shot usage ============== WolframDatbin::Base.submit_data("4PZWVcDT",{time: Time.now})
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wolfram_databin-0.1.3 | README.md |