https://github.com/luismayta/node-tweets
Nodejs example tweets
https://github.com/luismayta/node-tweets
nodejs shell tweets
Last synced: about 2 months ago
JSON representation
Nodejs example tweets
- Host: GitHub
- URL: https://github.com/luismayta/node-tweets
- Owner: luismayta
- License: agpl-3.0
- Created: 2015-02-08T22:07:58.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T00:46:36.000Z (over 3 years ago)
- Last Synced: 2026-01-15T02:53:07.169Z (5 months ago)
- Topics: nodejs, shell, tweets
- Language: Makefile
- Homepage:
- Size: 5.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
|license|
:Version: 0.0.2
:Web: https://github.com/luismayta/node-tweets
:Download: https://github.com/luismayta/node-tweets
:Source: https://github.com/luismayta/node-tweets
:Keywords: node-tweets
.. contents:: Table of Contents:
:local:
Node Tweets
===========
License
-------
The code in this repository is licensed under the AGPL 3.0 unless
otherwise noted.
Please see ``LICENSE.rst`` for details.
How To Contribute
-----------------
Contributions are very welcome.
Please read `How To Contribute `_ for details.
PR description template should be automatically applied if you are sending PR from gitlab interface; otherwise you
can find it it at `PULL_REQUEST_TEMPLATE.md `_
Issue report template should be automatically applied if you are sending it from gitlab UI as well; otherwise you
can find it at `ISSUE_TEMPLATE.md `_
Reporting Security Issues
-------------------------
Please do not report security issues in public. Please email security@chatydelivery.com.
Requirements
------------
This is a list of applications that need to be installed previously to
enjoy all the goodies of this configuration:
- `Python 3.6.4`_
- `Docker`_
- `Docker Compose`_
- `MongoDB`_
- `NodeJS`_
.. code:: bash
$ make setup
$ make docker.build service=app
Troubleshooting
---------------
Wrong pre-commit with pyenv
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Execute the next:
.. code:: bash
pyenv shell 3.6.4
License
=======
GNU
Changelog
---------
Please see `CHANGELOG`_ for more information what
has changed recently.
Contributing
============
Please see `CONTRIBUTING`_ for details.
Versioning
----------
Releases are managed using gitlab release feature. We use [Semantic Versioning](http://semver.org) for all
the releases. Every change made to the code base will be referred to in the release notes (except for
cleanups and refactorings).
Credits
-------
- `CONTRIBUTORS`_
Made with :heart: :coffee: and :pizza: by `company`_.
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square
:target: LICENSE
:alt: License
.. Links
.. _`CHANGELOG`: CHANGELOG.rst
.. _`CONTRIBUTORS`: AUTHORS.rst
.. _`CONTRIBUTING`: CONTRIBUTING.rst
.. _`company`: https://github.com/luismayta
.. dependences
.. _`Python 3.6.4`: https://www.python.org/downloads/release/python-364
.. _`Docker`: https://www.docker.com/
.. _`Docker Compose`: https://docs.docker.com/compose/
.. _`MongoDB`: https://www.mongodb.com/
.. _`NodeJS`: https://nodejs.org/en