smalls / arcs-sample-particles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A listing of very simple, sample particles.

These particles don't do very much but they're starting points for developing your own particles. Each one exhibits some traits that may be useful.

Direct links are included. To run them locally, use a simple webserver:

arcs-sample-particles> python3 -m http.server 5001 --bind 127.0.0.1
  • Transform the data type of an input view. In this example, changes an input list of WebPages to an output list of Products.

About


Languages

Language:JavaScript 87.6%Language:HTML 12.4%