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

https://github.com/featurist/cloqwork

An experiment in programming experience
https://github.com/featurist/cloqwork

Last synced: about 2 months ago
JSON representation

An experiment in programming experience

Awesome Lists containing this project

README

        

# cloqwork

Read the blog, [cloqwork](http://cloqwork.tumblr.com/), to see what this is all about.

## run it

setup

```sh
npm i
```

run

```sh
npm run serve
```

Then go to [http://localhost:9966/](http://localhost:9966/).

# How this works

## Cells

We have cells, which are named. Cells can either expressions or data. Expression cells can reference other cells by name. Data cells don't reference other cells, and are just pure data. The data in the cells _can_ be updated by performing actions in the UI. The UI is built by returning HTML from a cell.

## We're Hiring!
Featurist provides full stack, feature driven development teams. Want to join us? Check out [our career opportunities](https://www.featurist.co.uk/careers/).