This example shows how to use Dub with Sinatra
- Set your
DUB_API_KEY
environment variable:
export DUB_API_KEY=dub_xxx
- Install dependencies:
bundle install
- Run the server:
ruby index.rb
- Create a new link:
curl -X POST http://localhost:3000/links
Thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody and are very appreciated.
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
MIT License