nhs-toolbar
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A project developed at Rewired State 2010
# NHS Toolbar

The NHS Toolbar was written for the
DotGovLabs hack day organised by [Rewired State](http://rewiredstate.org/
"Rewired State").

Check the [project home page](http://rewiredstate.org/projects/nhs-toolbar) for more information. Screenshots are [on Flickr](http://www.flickr.com/photos/bengriffiths/sets/72157623538428741/).

## Notes for developers

To run the API server you'll need to install Sinatra. The easiest way to get
setup is via Bundler:

    $ cd api
    $ gem install bundler
    $ bundle install

Now you can run a local server on your computer:

    $ bundle exec shotgun app.rb

Test the client side code at this URL: http://localhost:9393/api-test

The code for the API is in `app.rb`. To run the tests type:

    $ bundle exec rake spec

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。