Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tapiocaaberta/leis-api

API para servir o site estático de leis
https://github.com/tapiocaaberta/leis-api

Last synced: 6 days ago
JSON representation

API para servir o site estático de leis

Awesome Lists containing this project

README

        

# leis-api

[![Build Status](https://travis-ci.org/transparenciasjc/leis-api.svg)](https://travis-ci.org/transparenciasjc/leis-api)
[![Coverage Status](https://coveralls.io/repos/transparenciasjc/leis-api/badge.svg)](https://coveralls.io/r/transparenciasjc/leis-api)
[![bitHound Score](https://www.bithound.io/github/transparenciasjc/leis-api/badges/score.svg?)](https://www.bithound.io/github/transparenciasjc/leis-api/master)
[![Dependency Status](https://david-dm.org/transparenciasjc/leis-api.svg "Dependencies Checked & Updated Regularly (Security is Important!)")](https://david-dm.org/transparenciasjc/leis-api)

## Table of Contents

* [About](#about)
* [How to build](#how-to-build)
* [Contributing](#contributing)
* [Author](#author)
* [License](#license)

ps: table of contents generated by [readme-toc](https://www.npmjs.com/package/readme-toc) plugin.

## About

Laws API

The purpose of this project is to be the backend of [static laws](https://github.com/transparenciasjc/leis) website.

The base structure of the project is based on [angular-fullstack](https://github.com/DaftMonk/generator-angular-fullstack) generator, more specific with the generated [example structure](https://github.com/DaftMonk/fullstack-demo) without the front end.

## How to build

Install dev dependencies:

```sh
$ npm i
```

To run the application:

```sh
$ npm start
```

To run the tests:
```sh
$ npm test
```

## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/transparenciasjc/leis-api/issues/new)

## Author

**Paulo Luan**

+ [github/pauloluan](https://github.com/pauloluan)

## License

Copyleft © 2015 TransparenciaSJC
Released under the [MIT license](https://github.com/transparenciasjc/leis-api/blob/master/LICENSE).