All Projects → globocom → Opensource

globocom / Opensource

Licence: mit
Conheça os projetos Open Source na Globo.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Opensource

Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-70%)
Mutual labels:  hacktoberfest, opensource
Githubapi
Swift implementation of Github REST API v3
Stars: ✭ 55 (-45%)
Mutual labels:  github-api, hacktoberfest
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-69%)
Mutual labels:  hacktoberfest, opensource
Github Changelog Generator
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Stars: ✭ 6,631 (+6531%)
Mutual labels:  github-api, hacktoberfest
Hacktoberfest2020
Make your first Pull Request and earn a free tee from GitHub!
Stars: ✭ 1,141 (+1041%)
Mutual labels:  hacktoberfest, opensource
Mrm
Codemods for your project config files
Stars: ✭ 900 (+800%)
Mutual labels:  hacktoberfest, opensource
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (-58%)
Mutual labels:  hacktoberfest, opensource
Awesome Open Source Supporters
⭐️ A curated list of companies that offer their services for free to Open Source projects
Stars: ✭ 457 (+357%)
Mutual labels:  hacktoberfest, opensource
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (+1008%)
Mutual labels:  hacktoberfest, opensource
List Of Open Source Internships Programs
A curated list of all the open-source internships/Programs
Stars: ✭ 1,108 (+1008%)
Mutual labels:  hacktoberfest, opensource
Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+28808%)
Mutual labels:  hacktoberfest, opensource
Ritchie Formulas
This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 84 (-16%)
Mutual labels:  hacktoberfest, opensource
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (+549%)
Mutual labels:  hacktoberfest, opensource
Gatsby Storyblok Boilerplate
Gatsby starter template with Storyblok's headless cms and true preview
Stars: ✭ 30 (-70%)
Mutual labels:  hacktoberfest, gatsbyjs
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+521%)
Mutual labels:  hacktoberfest, opensource
Openswiftui
WIP — OpenSwiftUI is an OpenSource implementation of Apple's SwiftUI DSL.
Stars: ✭ 967 (+867%)
Mutual labels:  hacktoberfest, opensource
Ritchie Cli
Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 437 (+337%)
Mutual labels:  hacktoberfest, opensource
Jasp Desktop
JASP aims to be a complete statistical package for both Bayesian and Frequentist statistical methods, that is easy to use and familiar to users of SPSS
Stars: ✭ 447 (+347%)
Mutual labels:  hacktoberfest, opensource
Web
Grow Open Source
Stars: ✭ 1,097 (+997%)
Mutual labels:  hacktoberfest, opensource
Google cursor
🍭 Cursor theme inspired on Google
Stars: ✭ 78 (-22%)
Mutual labels:  hacktoberfest, opensource

Globo Open Source

Globo open source website https://opensource.globo.com.

Made with ❤️ to the open source community.

Development

You need to have nodejs and yarn installed. Check the package.json engines prop for versions range.

Use the following commands to setup and run the application:

make setup
make start

Deploy

make deploy

This website is hosted by Tsuru.

Setup

The application uses the Github GraphQL API v4 to acess data from the Globo organizations and respositories. To communicate with the GraphQL server, you'll need an OAuth token with the following scopes:

user
read:org

With your token in hands, you will need to set the token to the environment variable GATSBY_GITHUB_TOKEN.

export GATSBY_GITHUB_TOKEN=<your_token_here>

or by creating a .env.development file with your env vars:

// .env.development
GATSBY_GITHUB_TOKEN=<your_token_here>
GATSBY_API_URL=<api_url_here>

or you could just run make setup-dev and replace .env.development entries with your env vars values.

License

This project is licensed under the MIT License - read LICENSE.md file for details.

This article can also be read in Brazilian Portuguese.

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].