-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME.html
63 lines (36 loc) · 1.58 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>README.html</title>
</head>
<body>
<p align='center'><img src='https://onlinewallpapers.github.io/images/OnlineWallpapers.png' width='20%' /></p>
<h1 align='center'>Online Wallpapers 0.1 beta</h1>
<blockquote><p>A simple to use Android wallpaper manager, that utlizes the reddit API to fetch the latest wallpapers shared by the platform members, And gives users the ability to choose from endless variety of wallpapers. Users are given a group of categories to select the type of wallpapers they want to be fetched to them. As well as the ability to browse through them before setting one. Also it has the ability to automatically set a new random wallpaper picked from the chosen categories with given duration set by the user too.</p></blockquote>
<h3>Setup:</h3>
<ul>
<li><code>cd online-wallpapers && npm install</code> <br /></li>
<li><code>react-native start</code></li>
<li><code>react-native run</code></li>
</ul>
<p><br /></p>
<p align='center'>
<img src='https://onlinewallpapers.github.io/images/phone.png' width='40%' />
</p>
<p><br /></p>
<p><br /></p>
<h2 align='center'>
<a href='https://play.google.com/store/apps/details?id=com.onlinebackgrounds' target='_blank'>
On Play Store
</a>
</h2>
<h2 align='center'>
<a href='https://onlinewallpapers.github.io' target='_blank'>
Website
</a>
</h2>
<p><br /></p>
</body>
</html>