Skip to content

Commit 250bd5a

Browse files
committed
Add README
1 parent aa0b27c commit 250bd5a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# WebPurple VK-Provider
2+
[![Build Status](https://travis-ci.org/WebPurple/vk-provider.svg?branch=master)](https://travis-ci.org/WebPurple/vk-provider)
3+
[![License MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/WebPurple/vk-provider/blob/master/LICENSE)
4+
5+
6+
## Локальная работа
7+
```sh
8+
git clone https://github.com/WebPurple/vk-provider.git
9+
npm install
10+
npm run dev
11+
```
12+
13+
## Методы
14+
### Albums
15+
Возвращает информацию о фотографиях в альбоме
16+
```
17+
GET /albums/:owner_id/:album_id/
18+
```

0 commit comments

Comments
 (0)