https://github.com/morzhanov/twitman
Twitman is an application that allows you to manage and review multiple Twitter accounts in a one window.
https://github.com/morzhanov/twitman
expressjs mongodb nodejs passportjs react redux reselect saga tweet twitter twitter-api
Last synced: 4 months ago
JSON representation
Twitman is an application that allows you to manage and review multiple Twitter accounts in a one window.
- Host: GitHub
- URL: https://github.com/morzhanov/twitman
- Owner: morzhanov
- License: mit
- Created: 2018-01-27T13:06:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T08:47:47.000Z (almost 7 years ago)
- Last Synced: 2024-12-30T04:19:03.581Z (6 months ago)
- Topics: expressjs, mongodb, nodejs, passportjs, react, redux, reselect, saga, tweet, twitter, twitter-api
- Language: JavaScript
- Homepage: https://twitman.herokuapp.com/
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitman
Twitman is an application that allows you to manage and review multiple Twitter accounts in a one window.
## Demo
https://twitman.herokuapp.com/
## Installation
Use these steps to install project
1. npm i
2. Create credentials (TWITTER_KEY, TWITTER_SECRET)
3. Add credentials to environment variable.
4. Add you MongoDB database connection to process.env.MONGOURL variable
5. npm run build
6. npm start## Usage
In this app you can:
1. Authenticate users using Twitter auth.
2. Create multiple instances of twitter account in on window.
3. Review your tweets.
4. Review Home page with tweets.
5. Create new tweet.
6. Create new tweet and post it to multiple Twitter accounts.
7. Review Profile and Settings data.## Main technologies
- React
- Redux
- Redux Saga
- Reselect
- NodeJS
- ExpressJS
- MongoDB
- Twit
- Styled components
- Webpack 4
- ESLint
- Prettier
- Babel
- Sass## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.