An open API service indexing awesome lists of open source software.

https://github.com/elliotchance/play.getok.dev

đŸ•šī¸ play.getok.dev
https://github.com/elliotchance/play.getok.dev

ok website

Last synced: 6 days ago
JSON representation

đŸ•šī¸ play.getok.dev

Awesome Lists containing this project

README

          

# play.getok.dev

This repository represents the [play.getok.dev](https://play.getok.dev) domain.

**[Visit the OK programming language repository for more.](https://github.com/elliotchance/ok)**

## Deploy

```bash
make deploy
```

## Testing

```
sls invoke -f run --data '{"body":"func main() { print(\"hello\") }"}'
```

```
curl --data 'func main() { print("hello") }' \
https://fh0504kns1.execute-api.us-east-1.amazonaws.com/dev/run
```