Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 48ee7be

Browse files
author
Josh Wolff
committed
Reformatting image
1 parent 27faf10 commit 48ee7be

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ Once you have made an account, generate a secret key <a href="https://spontit.co
5151
#### Push Notification UI Anatomy
5252

5353
You can change your user ID, first name, and last name at any time <a href="https://www.spontit.com/change_names">here</a>.
54-
<a align="center">
54+
55+
<p align="center">
5556
<img src="https://github.com/joshwolff1/spontit_api/raw/master/images/main_channel_push.png" />
56-
</a>
57+
</p>
5758

5859
Above we see a push notification sent to a main channel. Here, "Josh Wolff" is the first and last name of the user. The call to action is the displayed text. The image shown is the personal profile picture of the user. (You can change your profile image on the homepage of the website or on the iPhone app in the sidebar.) If the user opens the notification, they can open a link attached, if any. If they have an iPhone, they can forward the notification and share it through several other mediums.
5960

60-
<center>
61+
<p align="center">
6162
<img src="https://github.com/joshwolff1/spontit_api/raw/master/images/topic_push.png" />
62-
</center>
63+
</p>
6364

6465
Above we see a push notification to a topic. The user above could be managing this topic, but as you can see, it looks like its own account. "Dem 2020 Polls" is the display name, the non-bold text is the call to action, and the image is the image set for the topic. Currently, we only support setting images topic profile images on the iOS app. To set an image, go to "Your Topics" and click the camera icon beside the respective topic.
6566
#### Send Your First Push Notification :calling:

0 commit comments

Comments
 (0)