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

https://github.com/grmvoid/lynx


https://github.com/grmvoid/lynx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Lynx
A lightweight DOM manipulation class based on ES6

## Usage/Examples

```html


Example Code



```

```javascript

lynx(document).ready(function () {
lynx('#container').html('Hi');
});
<script>
```

## License

[MIT](LICENSE)