Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinegagne/ecureuil
A library to parse and navigate HTML with CSS selectors.
https://github.com/antoinegagne/ecureuil
css css-selector erlang erlang-library html
Last synced: 3 months ago
JSON representation
A library to parse and navigate HTML with CSS selectors.
- Host: GitHub
- URL: https://github.com/antoinegagne/ecureuil
- Owner: AntoineGagne
- License: other
- Created: 2019-12-02T04:14:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T04:49:12.000Z (almost 5 years ago)
- Last Synced: 2024-09-23T17:45:36.803Z (4 months ago)
- Topics: css, css-selector, erlang, erlang-library, html
- Language: Erlang
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
ecureuil
========.. image:: https://travis-ci.org/AntoineGagne/ecureuil.svg?branch=master
:target: https://travis-ci.org/AntoineGagne/ecureuil.. image:: http://img.shields.io/hexpm/v/ecureuil.svg?style=flat
:target: https://hex.pm/packages/ecureuil.. image:: https://img.shields.io/github/release/AntoineGagne/ecureuil?color=brightgreen
:target: https://github.com/AntoineGagne/ecureuil/releases.. image:: https://coveralls.io/repos/github/AntoineGagne/ecureuil/badge.svg?branch=master
:target: https://coveralls.io/github/AntoineGagne/ecureuil?branch=master:Author: `Antoine Gagné `_
.. contents::
:backlinks: none.. sectnum::
A library to parse and navigate HTML with CSS selectors.
Installation
============This library is available on `hex.pm `_.
To install this library, simply add the following lines to your
``rebar.config``:.. code-block:: erlang
{ecureuil, "1.0.2"}
Development
===========Running all the tests and linters
---------------------------------You can run all the tests and linters with the ``rebar3`` alias:
.. code-block:: sh
rebar3 check