An open API service indexing awesome lists of open source software.

https://github.com/fabe/rolldown

🎞 Rolldown for iOS. Downloads videos to your camera roll. Simple.
https://github.com/fabe/rolldown

ios react react-native video

Last synced: 3 months ago
JSON representation

🎞 Rolldown for iOS. Downloads videos to your camera roll. Simple.

Awesome Lists containing this project

README

          

# rolldown

A simple React Native app that downloads videos to your camera roll.

## Supported services

- [x] Direct `.mp4` and `.mov` videos.
- [x] Youtube
- [x] Twitter
- [x] Instagram
- [x] Facebook
- [x] Tumblr
- [x] etc.
- [ ] Vine

## Setup

1. **Clone the repo**

```
$ git clone https://github.com/fabe/rolldown.git
$ cd rolldown
```

2. **Install dependencies**

```
$ npm install
```

3. **Running on iOS**

```
$ react-native run-ios
```