Skip to content

Commit b7eb52c

Browse files
author
AndrzejSala
committed
chore(readme): Update readme
1 parent 1f9c0d7 commit b7eb52c

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "10"

LICENSE

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright © 2019 Filestack
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
<p align="center"><img src="logo.svg" align="center" width="80"/></p>
12
<h1 align="center">
23
filestack-angular
34
</h1>
45
<p align="center">
56
Angular component library which allow you to easily integrate powerful filestack-api into your app.
67
</p>
8+
<p align="center">
9+
<a href="https://travis-ci.org/filestack/filestack-angular">
10+
<img src="https://travis-ci.org/filestack/filestack-angular.svg?branch=master" />
11+
</a>
12+
<a href="https://www.npmjs.com/package/@filestack/angular">
13+
<img src="https://img.shields.io/npm/v/@filestack/angular.svg" />
14+
</a>
15+
<img src="https://img.shields.io/bundlephobia/min/@filestack/angular.svg" />
16+
<br>
17+
<img src="https://badges.herokuapp.com/browsers?labels=none&googlechrome=latest&firefox=latest&microsoftedge=latest&iexplore=11&safari=latest&iphone=latest" />
18+
</p>
19+
<hr>
720

821
**Table of Contents**
922
- [Overview](#overview)
@@ -19,7 +32,7 @@
1932
- [Contributing](#contributing)
2033

2134
## Overview
22-
filestack-angular is a kind of wrapper on [filestack-js](https://github.com/filestack/filestack-js) sdk which allow you to integrate with filestack service in just a few lines of code. Almost all you are able to do with [filestack-js](https://filestack.github.io/filestack-js/index.html) you can also do using this component.
35+
filestack-angular is a wrapper on [filestack-js](https://github.com/filestack/filestack-js) sdk which allow you to integrate with Filestack service in just a few lines of code. Almost all you are able to do with [filestack-js](https://filestack.github.io/filestack-js/index.html) you can also do using this component.
2336

2437
This repository a contains angular workspace with two projects:
2538
- `filestack-angular` library which contains `FilestackAngularModule` published via npm

logo.svg

+10
Loading

0 commit comments

Comments
 (0)