https://github.com/twct/wf-challenge-rb
https://github.com/twct/wf-challenge-rb
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/twct/wf-challenge-rb
- Owner: twct
- Created: 2022-11-21T20:28:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T04:51:25.000Z (over 3 years ago)
- Last Synced: 2025-04-07T05:20:05.297Z (over 1 year ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wf-challenge-rb
Implementing [wf-challenge](https://github.com/twct/wf-challenge) with Ruby
### Getting started with local development
**Install dependencies with Bundle**
```sh
$ bundle
```
**Setup the environment**
```sh
$ cp .env.example .env
```
Edit the `.env` file and supply the expected values
| Key | Example Value
| -------------------------- | ------------------------------------------------------------------------- |
| API_ENDPOINT | https://some_api_host |
**Run the program**
```sh
$ ruby main.rb
```