Este projeto consome uma API da Unimed e permite que um usuário consulte todas as Centrais da Unimed no país.
Para utilizá-lo você necessitará da versão mais recente do Node.js e do npm.
git clone https://github.com/MurylloEx/central-unimeds-frontend.git
cd central-unimeds-frontend
npm install
npm start
Muryllo Pimenta – muryllo.pimenta@upe.br
Distribuído sobre a licença MIT. Veja LICENSE
para mais informações.
- Fork it (https://github.com/MurylloEx/central-unimeds-frontend/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request