Added travis build status image

This commit is contained in:
Wallace Breza 2016-06-30 08:00:25 -07:00 коммит произвёл GitHub
Родитель 82ea880a02
Коммит c47bdbf3f4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,5 @@
# powerbi-router
[![Build Status](https://travis-ci.com/Microsoft/powerbi-router.svg?token=nXyWFYxRu6tVxUMJAuJr&branch=master)](https://travis-ci.com/Microsoft/powerbi-router)
Router for Microsoft Power BI. Given an http method and url pattern call the matching handler with the request and response object. Syntax matches common libraries such as express and restify.
This library uses [Route-recognizer](https://github.com/tildeio/route-recognizer) to handle pattern matching such as `/root/path/:name` where `name` will be passed as paramter to the handler.