Many of you have asked for some sort of search functionality in the public
lit database so you can see what luvit/lit modules are already out there.

I'm making progress towards this being as nice as what's at npm.org.

If you're running the latest lit client, then new packages you publish will
have extra metadata stored in the git tag making it accessible to my server
to find.

Also today I deployed a new lit server to lit.luvit.io that has a new
search command in the API.

Check out the following sample queries to see what the results look like (I
recommend having the jsonview extension in your browser)

https://lit.luvit.io/search/msgpack
https://lit.luvit.io/search/coro
https://lit.luvit.io/search/weblit
https://lit.luvit.io/search/luvit
https://lit.luvit.io/search/virgo

Currently it only matches against package names or author names and
includes both in the results.  If it is a package it pulls out some
metadata, especially in newer packages since the lit client update.

Let me know what you think, and anyone with web-dev experience is welcome
to try their hand at a HTML+JS frontend.  I can host it at luvit.io if you
wish or add CORS headers to the REST calls so your client can be hosted
anywhere.

-Tim Caswell

-- 
You received this message because you are subscribed to the Google Groups 
"luvit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to