Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbrn committed Jan 27, 2020
1 parent 37e9f80 commit 1399f02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ A handy free service to find a Public Mobile referral code to get the $10 credit
**Features**

* Instantly get a referral to use when signing up for Public Mobile account.
* Register your Public Mobile referral code to get randomly selected when other people request a referral.
* Codes are verified on Public Mobile's website before being accepted into the database.
* If a user closes their PM account, PMReferrals will delete the code the next time someone tries to use it.
* Register your Public Mobile referral code to start collecting anonymous referrals.
* Codes are ranked by a scoring system. Collect points by maintaining activity on the site, and sharing it with others.
* Points are reset each week.
* Codes are automatically verified on registration and login. Removed from the rankings if found to be invalid.

**Contributing**

Expand All @@ -34,18 +35,13 @@ MONGODB_PORT=27017
MONGODB_DATABASE=database_name
MONGODB_SRV_RECORD=false
MOCK_CODE_VALIDATION=false
[email protected]
EMAIL_PASSWORD=password2
SMTP_SERVER=mail.example.com
SMTP_PORT=465
MESSAGE=PMReferrals is down for maintenance.
SUBMESSAGE=Come back in an hour!
MAINTENANCE=false
BASE_URL=https://example.com
```

When `MOCK_CODE_VALIDATION` is true, the codes will always be accepted. Email is not currently used by the application, so don't worry about configuring it. It used to be, in an older version.

**Bug Reports**

If you are using the site and find a problem, please feel free to create a new issue on this repository. It will be super helpful as we try to build a useful tool for everyone.
1 change: 0 additions & 1 deletion views/account.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
</div>
<div class = "row bottom-space">
<span class = "code blue">https://pmreferrals.ca/{{account.url}}</span><br>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class = "row bottom-space">
<span class = "large title">
Expand Down

0 comments on commit 1399f02

Please sign in to comment.