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

https://github.com/paradite/jsbyexample

:white_check_mark: JS By Example
https://github.com/paradite/jsbyexample

example guide javascript learning reference

Last synced: 6 months ago
JSON representation

:white_check_mark: JS By Example

Awesome Lists containing this project

README

          

# JS By Example

[https://paradite.github.io/jsbyexample/](https://paradite.github.io/jsbyexample/)

## Contributing

Contributions are welcomed!

Simple add more examples into `app.js`.

## Running

```bash
# python2
$ python -m SimpleHTTPServer 8000

# python3
$ python3 -m http.server
```

## TODO

- move `eval` to CI or build stage
- syntax highlighting (something light weight)
- Favicon
- [x] short explanation for some items