Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihaeu/pw-vogel
https://github.com/mihaeu/pw-vogel
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mihaeu/pw-vogel
- Owner: mihaeu
- Created: 2016-01-22T14:06:43.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-01-22T14:09:19.000Z (almost 9 years ago)
- Last Synced: 2024-10-20T08:33:27.995Z (24 days ago)
- Language: PHP
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PW Vogel
## Getting started
```bash
git clone https://github.com/mihaeu/pw-vogel
cd pw-vogelmake
make cov
make testdox
```## Testdox
```
[x] Accepts valid email
[x] Does not accept invalid emailMessage
[x] Limit is 80 characters
[x] Normal message is accepted
[x] Can set time of creationNickname
[x] Accepts valid nickname
[x] Rejects too short nickname
[x] Rejects too long nicknameUser
[x] Receives messages from following users
[x] Unfollowed user does not receive messages
[x] Output for empty timeline
[x] Can view timeline
[x] No messages on timeline from unfollowed users
[x] Cannot follow user when blacklisted
[x] Cannot receive from users who are not friends
[x] Users with same email are equal
[x] Users with different emails are not equal
```