Skip to content

mattycourtney/api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub code size in bytes GitHub repo size Code Climate maintainability GitHub issues GitHub

vForum 2019 - API Client

This project contains a small ruby script used as a demo at vForum 2019. It POSTs to the RESTful API exposed from the Sinata Application.

Running with Docker

The app is dockerizied to make deploying and running it easy.

Make sure the Sinata Application is running first.

$ docker build -t api-client https://github.com/mattycourtney/api-client.git
$ docker run --link sinatra-app --name api-client -t api-client

When you've finished with the app, just stop the container.

$ docker stop api-client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published