{"id":21015525,"url":"https://github.com/ericogr/jeco","last_synced_at":"2025-10-16T10:13:51.320Z","repository":{"id":87958542,"uuid":"57048840","full_name":"ericogr/jeco","owner":"ericogr","description":"Jogo de eliminação de combinações online","archived":false,"fork":false,"pushed_at":"2016-04-26T12:02:27.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T16:45:39.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericogr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-25T14:32:52.000Z","updated_at":"2016-04-29T03:03:59.000Z","dependencies_parsed_at":"2023-05-22T03:00:28.243Z","dependency_job_id":null,"html_url":"https://github.com/ericogr/jeco","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ericogr/jeco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fjeco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fjeco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fjeco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fjeco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericogr","download_url":"https://codeload.github.com/ericogr/jeco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fjeco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279176863,"owners_count":26119822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T10:10:12.435Z","updated_at":"2025-10-16T10:13:51.314Z","avatar_url":"https://github.com/ericogr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JECO [![Build Status](https://travis-ci.org/ericogr/jeco.svg?branch=master)](https://travis-ci.org/ericogr/jeco)\nJogo de Eliminação de Combinações Online\n\n![alt tag](https://raw.githubusercontent.com/ericogr/jeco/master/docs/logotipo.png \"Logo JECO\")\n\n[JECO online](http://jeco.ericogr.com.br)\n\n# Environment variables\n## Authentication\n### Facebook\n**ClientID:** FACEBOOK_CLIENT_ID=`your-client-id`\n\n**Secret:** FACEBOOK_CLIENT_SECRET=`your-client-secret`\n\n### Github\n**ClientID:** GITHUB_CLIENT_ID=`your-client-id`\n\n**Secret:** GITHUB_CLIENT_SECRET=`your-client-secret`\n\n### Google\n**ClientID:** GOOGLE_CLIENT_ID=`your-client-id`\n\n**Secret:** GOOGLE_CLIENT_SECRET=`your-client-secret`\n\n### Linkedin\n**ClientID:** LINKEDIN_CLIENT_ID=`your-client-id`\n\n**Secret:** LINKEDIN_CLIENT_SECRET=`your-client-secret`\n\n## Network\n**IP address:** IP or OPENSHIFT_NODEJS_IP\n\n**Port:** PORT or OPENSHIFT_NODEJS_PORT\n\n## Database\n**MongoDB URI:** MONGOLAB_URI or MONGOHQ_URL or OPENSHIFT_MONGODB_DB_URL or OPENSHIFT_MONGODB_DB_URL+OPENSHIFT_APP_NAME\n\n# Dependencies\nI'm using Ubuntu 16.04 LTS to develop, but you can adapt to your favorite flavor or windows...\n\n## Install NodeJS\nI can recomend [nvm](https://github.com/creationix/nvm) to install the latest version of Nodejs\n\n## Install JAVA VM\n(required to run Selenium e2e tests)\n\nYou can install only JRE, but these instructions includes a JDK\n\n```shell\nsudo add-apt-repository ppa:webupd8team/java\nsudo apt-get update\nsudo apt-get install oracle-java8-installer\n```\n\n## Install Ruby\n`sudo apt-get install ruby` \n\n## Install SASS\n`sudo gem install sass`\n\n## Install Grunt\n`npm install -g grunt-cli`\n\n## Install Bower\n`npm install -g bower`\n\n## Install WebDriver\n(required to run Selenium e2e tests)\n\n`npm run update-webdriver`\n\n## Install client dependencies\n`bower install`\n\n## Install server dependencies\n`npm install`\n\n# Build\n`grunt build`\n\nThe dist files are in ./dist folder.\n\n# Run\n`grunt serve`\n\n# Tests\n`grunt test \u0026\u0026 grunt test:e2e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fjeco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericogr%2Fjeco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fjeco/lists"}