mikaelacaron / brain-marks

[Not Active] Open-source iOS app to save and categorize tweets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brain-marks-promo

Brain Marks [NOT ACTIVE]

This app has always been open source! It began with the Big Brain Hackathon and now during Hacktoberfest. It is available for free on the App Store. This app uses the Twitter API (v2 where possible) and AWS Amplify DataStore (soon to be removed).

Sadly due to Twitter API changes, this app will no longer be open for contributions. Thank you to everyone who took the time to contribute!

Getting Started

  • You will need an API key from the Twitter API

  • If your feature/change requires changing the model you will need to know AWS Amplify DataStore - soon to be deprecated

  • Browse the open issues and comment which you would like to work on

    • A maintainer will assign that issue to you to indicate to others this issue is being worked on, to prevent overlapping work
    • You can only be assigned ONE issue at a time
  • Fork this repo

  • Clone your repo and move into that directory

  • Checkout a new branch (from the dev branch) to work on an issue:

    • git checkout -b issueNumber-feature-name
    • example: git checkout -b 134-french-localization
  • Follow CONTRIBUTING.md to setup the project.

  • Once you complete an issue: Open your forked repo in your browser and create a PR to the dev branch of this repository

Be sure to squash your commits into one single commit, how to do that shown here

Contributing

To start contributing, review CONTRIBUTING.md. New contributors are always welcome to support this project. Issues labeled good-first-issue are great for beginners.

Please be sure to comment on an issue you'd like to work on and the maintainers will assign it to you!

Checkout any issue labeled hacktoberfest to start contributing

Contributors

Made with contributors-img

License

This project is licensed under the MIT.

About

[Not Active] Open-source iOS app to save and categorize tweets

License:MIT License


Languages

Language:Swift 100.0%