All Projects → vinitkumar → Node Twitter

vinitkumar / Node Twitter

Licence: apache-2.0
Twitter clone with node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Twitter

Buji Pac4j
pac4j security library for Shiro: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 444 (+83.47%)
Mutual labels:  mongodb, twitter
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+0%)
Mutual labels:  mongodb, twitter
Play Pac4j
Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 375 (+54.96%)
Mutual labels:  mongodb, twitter
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-96.28%)
Mutual labels:  mongodb, twitter
Node Express React Redux Zwitter
🐣 A basic clone of Twitter (Boilerplate App) - Separate API (express+mongo) and Frontend (react+redux) folders using Node, Express, MongoDB, React (create-react-app), React Router v4 and Redux.
Stars: ✭ 91 (-62.4%)
Mutual labels:  mongodb, twitter
Spark Pac4j
Security library for Sparkjava: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 154 (-36.36%)
Mutual labels:  mongodb, twitter
Spring Webmvc Pac4j
Security library for Spring Web MVC: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 110 (-54.55%)
Mutual labels:  mongodb, twitter
Spring Security Pac4j
pac4j security library for Spring Security: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 231 (-4.55%)
Mutual labels:  mongodb, twitter
Php Mongo
MongoDB ODM. Part of @PHPMongoKit
Stars: ✭ 228 (-5.79%)
Mutual labels:  mongodb
Pow assent
Multi-provider authentication for your Pow enabled app
Stars: ✭ 236 (-2.48%)
Mutual labels:  twitter
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (-5.79%)
Mutual labels:  mongodb
Edda
A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
Stars: ✭ 229 (-5.37%)
Mutual labels:  mongodb
Spider job
招聘网数据爬虫
Stars: ✭ 234 (-3.31%)
Mutual labels:  mongodb
Building Testable Apis With Nodejs
Repositório oficial do livro: Construindo APIs testáveis com Node.js
Stars: ✭ 227 (-6.2%)
Mutual labels:  mongodb
Botmaster
The chatbot framework for your serious projects
Stars: ✭ 239 (-1.24%)
Mutual labels:  twitter
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+1070.25%)
Mutual labels:  mongodb
Twitter Text
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.
Stars: ✭ 2,627 (+985.54%)
Mutual labels:  twitter
Winxray
Xray / V2Ray( vmess/vless )、Shadowsocks、Trojan 通用客户端(Windows),可自动维持稳定上网 - 代理服务器异常自动切换,并提供一键部署代理服务端工具,使用 aardio 编写,绿色便携版免安装仅740KB、不需要.Net等外部运行库。
Stars: ✭ 241 (-0.41%)
Mutual labels:  twitter
Ppspider
web spider built by puppeteer, support task-queue and task-scheduling by decorators,support nedb / mongodb, support data visualization; 基于puppeteer的web爬虫框架,提供灵活的任务队列管理调度方案,提供便捷的数据保存方案(nedb/mongodb),提供数据可视化和用户交互的实现方案
Stars: ✭ 237 (-2.07%)
Mutual labels:  mongodb
Machine Learning
Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
Stars: ✭ 235 (-2.89%)
Mutual labels:  mongodb

Node Twitter

Build Status

Node twitter is an effort to rewrite some of Twitter's functionality using modern javascript based toolchain. It was mostly an effort to learn Node.js and trying to reverse engineer some of twitter's feature.

It has support for tweeting, commenting and following with analytics

You can support the development here by becoming a backer: https://opencollective.com/nodetwitter/

Prerequisites

You are required to have Node.js and MongoDB installed if you'd like to run the app locally.

Install sass and grunt too to compile the CSS files

sudo npm install -g grunt-cli
sudo npm install -g sass

The configuration is in config/config.js. Please create your own .env file. You can find an example of .env file in .env.example.

Create a github application and copy cliend id and secret to .env file:

GITHUB_CLIENT_SECRET="your_github_client_secret"
GITHUB_CLIENT_ID="your_github_client_id"

Usage via Docker

The fastest way to get this running is with docker. Docker bootstrap all dependencies and you can just run these couple of commands to get it up and running.

# first build the container
docker-compose --log-level DEBUG build

# then run the server and mongodb like this:

docker-compose up

Now, open the website on http://localhost:3000 and it should just work.

Before building Docker container change DB link to: mongodb://mongodb/ntwitter in .env file.

Usage

# First install all the project dependencies.
# run mongodb server
~/ mongod
~/node-twitter/ npm install
# Now run the app
~/node-twitter/ npm start

> [email protected] start ~/node-twitter
> node server.js

Express app started on port 3000

Contribute

Introduction

First, thank you for considering contributing to Node Twitter

! It's people like you that make the open source community such a great community! 😊

We welcome any type of contribution, not only code. You can help with

  • QA: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
  • Marketing: writing blog posts, howto's, printing stickers, ...
  • Community: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
  • Code: take a look at the open issues. Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
  • Money: we welcome financial contributions in full transparency on our open collective.

Your First Contribution

Working on your first Pull Request? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub.

Submitting code

Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it. The pull request should also contain tests.

Code review process

The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge. It is also always helpful to have some context for your pull request. What was the purpose? Why does it matter to you?

Financial contributions

We also welcome financial contributions in full transparency on our open collective. Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.

Questions

If you have any questions, create an issue (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at [email protected]

Credits

Contributors

Thank you to all the people who have already contributed to node-twitter!

0 1 2 3 4 5 6 7

Backers

Thank you to all our backers! [Become a backer]

Sponsors

Thank you to all our sponsors! (please ask your company to also support this open source project by becoming a sponsor)

License

Apache License 2.0

FOSSA Status

Important

Twitter is a registered trademark of Twitter Inc. This project is just for learning purposes and should be treated as such.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].