Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 493 Bytes

Evening Reading

Evening Reading is a social media application that allows users to discuss a variety of topics, tag posts, upload images and send messages.

Configuration

  • Create file KeyConfig.xcconfig and add the keys IMGUR_KEY, LOL_KEY, APNS_KEY, SHACK_ERUSER, and SHACK_ERPASS.

  • Create a file for bad words in Resourices\Data called Words.json.

{
    "words": [
        { "word": "word1" },
        { "word": "word2" },
        { "word": "word3" }
    ]
}