Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tapiocaaberta/leis-api
- Owner: TapiocaAberta
- License: mit
- Created: 2015-06-01T14:34:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T12:29:24.000Z (over 9 years ago)
- Last Synced: 2024-03-26T16:25:16.551Z (8 months ago)
- Language: JavaScript
- Homepage: http://transparenciasjc.github.io/leis/
- Size: 184 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).