https://github.com/schie/faker-api
Sinatra API for Faker Library
https://github.com/schie/faker-api
Last synced: 5 months ago
JSON representation
Sinatra API for Faker Library
- Host: GitHub
- URL: https://github.com/schie/faker-api
- Owner: schie
- License: mit
- Created: 2016-02-09T00:52:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T17:23:43.000Z (about 4 years ago)
- Last Synced: 2024-04-24T15:10:14.879Z (about 2 years ago)
- Language: Ruby
- Homepage: https://github.com/stympy/faker
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Faker API
Sinatra API for the Faker Library.
#### Faker
Faker is a library for generating fake data such as names, addresses, and phone numbers. For more information, please visit [Faker's Repo](https://github.com/stympy/faker)
#### Sinatra
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort. Fore more information, please visit [Sinatra's Repo](https://github.com/sinatra/sinatra)
### Requirements
* Ruby 2.1.3+
* Bundler 1.11.2+