thalysonalexr / freestylesheets

Service (API REST) to consumption of styles and fonts in css3

Home Page:https://thalysonalexr.github.io/freestylesheets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

REST API for consumption of styles and fonts in css3

GitHub version Software License

Introduction

API with REST (Representational State Transfer) architecture patterns.

Documentation

The documentation was built on the basis of the documentation standard for BluePrint APIs. See more about in https://apiblueprint.org/. Documentation for this project is available from this repository at ./docs/rest-css3-v*.apib. See also in Github Pages rendered by aglio.

View docs

Visit here in Github Pages

Built with Zend

API built from the skeleton of the micro framework Zend Expressive in version v3.0.1, see more in ./api/composer.json.

Installation

## clone this project with git
$ git clone https://github.com/thalysonrodrigues/freestylesheets.git

Docker

With Docker and docker-compose installed in your environment, run this command in root folder

## create all containers of this application
$ sudo docker-compose up

Outputs

The responses of this API may have the following formats

text/css
text/html (default)
application/json
application/xml

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Service (API REST) to consumption of styles and fonts in css3

https://thalysonalexr.github.io/freestylesheets/

License:MIT License


Languages

Language:PHP 84.9%Language:HTML 12.1%Language:CSS 2.3%Language:JavaScript 0.6%Language:Shell 0.1%