KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lebowski-api
★ 21
Open GitHub ↗
Big Lebowski API
Download README (.md)
Explore Similar Repositories
handy-bash-scripts
:
Collection of some handy Bash scripts for doing common tasks
appium.io
:
[deprecated] The public front-end for Appium
CometCultBraintreeBundle
:
Symfony 2 Bundle for Braintree's PHP client library
.mutt
:
My ~/.mutt (now customised for mutt-kz)
Rosetta-Julia
:
Rosetta Code task implementations for the Julia language
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lebowski-api
?
Download (.md)
# [lebowski.me](http://lebowski.me) [](https://travis-ci.org/aackerman/lebowski-api) [](https://codeclimate.com/github/aackerman/lebowski-api) A small rails app for serving up information from [The Big Lebowski](http://en.wikipedia.org/wiki/The_Big_Lebowski) ## Routes ``` /api/script /api/quotes/random /api/quotes/search?term=that+poor+woman /api/quotes/:id /api/lines/search?term=mountain /api/lines/random /api/lines/:id /api/search?term=mountain # alias for /api/quotes/search ``` ## Text format Append `.txt` to several routes to receive a text format ``` /api/quotes/random.txt /api/quotes/search.txt?term=that+poor+woman /api/quotes/:id.txt /api/lines/search.txt?term=mountain /api/lines/random.txt /api/lines/:id.txt /api/search.txt?term=mountain # alias for /api/quotes/search ``` ## Random quotes and searching by character name ``` /api/quotes/random.txt?character=Bunny /api/quotes/random.txt?character=The+Dude /api/lines/random.txt?character=The+Dude /api/lines/search.txt?term=objects&character=The+Dude ``` ## Using cURL ```bash $ curl -L http://lebowski.me ``` ## CLI client [lebowski](https://github.com/aackerman/lebowski) ```bash $ npm i -g lebowski ``` ## Author | [](http://twitter.com/_aaronackerman_ "Follow @_aaronackerman_ on Twitter") | |---| | [Aaron Ackerman](https://twitter.com/_aaronackerman_) |