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

https://github.com/tipsy/uquery


https://github.com/tipsy/uquery

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# µQuery

#### µQuery is an experimental library for writing inline JavaScript
#### It's being developed for a webapp that demands extreme download speed due to the userbase being in countries with poor internet connectivity (we *really* want to minimize the number of requests)
#### It is probably not suitable for your project

## Setup

```
cd uquery
npm install
gulp watch --silent
```