GithubHelp home page GithubHelp logo

imaginarystargazer / node-twitter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinitkumar/node-twitter

0.0 0.0 0.0 5.34 MB

Twitter clone with node.js

Home Page: http://nitter.herokuapp.com/

License: Apache License 2.0

JavaScript 75.47% HTML 5.38% CSS 19.06% Makefile 0.02% Dockerfile 0.06%

node-twitter's Introduction

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.

node-twitter's People

Contributors

vinitkumar avatar robertcoopercode avatar thalkod avatar dependabot[bot] avatar samuelpinho avatar arshadkazmi42 avatar monkeywithacupcake avatar codingjwilliams avatar sergey48k avatar yahilmadakiya avatar fossabot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.