An open API service indexing awesome lists of open source software.

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.

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.