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

https://github.com/rl-king/howinelm

Elm equivalent of Javascript code, side by side
https://github.com/rl-king/howinelm

elm example javascript tutorial

Last synced: about 1 year ago
JSON representation

Elm equivalent of Javascript code, side by side

Awesome Lists containing this project

README

          

# 🏗 WIP

## TODO
- Some ways of searching articles
- Fix linking to articles

## Develop:
```
npm start
```

## Generate Json from data:
```
node generatejson.js
```
## Build:
```
npm run build
```