{"id":26520010,"url":"https://github.com/ppoulsen/rejuice.me","last_synced_at":"2026-04-28T16:04:28.157Z","repository":{"id":150518932,"uuid":"128153091","full_name":"ppoulsen/rejuice.me","owner":"ppoulsen","description":"Searchable Juice Stop Flavors","archived":false,"fork":false,"pushed_at":"2018-09-02T22:00:05.000Z","size":1247,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-15T07:39:06.158Z","etag":null,"topics":["cheerio","fusejs","material-ui","react","react-flip-move","unstated"],"latest_commit_sha":null,"homepage":"https://rejuice.me","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/ppoulsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-04-05T03:09:17.000Z","updated_at":"2019-09-17T12:49:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9281d8fa-3b13-4077-b9fa-c3e784e2388d","html_url":"https://github.com/ppoulsen/rejuice.me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ppoulsen/rejuice.me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppoulsen%2Frejuice.me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppoulsen%2Frejuice.me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppoulsen%2Frejuice.me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppoulsen%2Frejuice.me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppoulsen","download_url":"https://codeload.github.com/ppoulsen/rejuice.me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppoulsen%2Frejuice.me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cheerio","fusejs","material-ui","react","react-flip-move","unstated"],"created_at":"2025-03-21T11:37:26.828Z","updated_at":"2026-04-28T16:04:28.121Z","avatar_url":"https://github.com/ppoulsen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Re:Juice Me\n\nA site to fuzzy search [Lincoln, NE JuiceStop](http://juicestoplincoln.com/) flavors by ingredients. The site is live at https://rejuice.me\n\n![Demo of rejuice.me](https://github.com/ppoulsen/rejuice.me/raw/master/.github/demo.gif)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nInstall node \u003e= 6 from https://nodejs.org/en/download/\nInstall yarn for package management https://yarnpkg.com/en/docs/install\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\nClone the repository\n\n```\ngit clone https://github.com/ppoulsen/rejuice.me.git\n```\n\nInstall dependencies in the client directory with `yarn`\n\n```\ncd client/\nyarn\n```\n\nRun the development server! This will start it on http://localhost:3000\n\n```\nyarn start\n```\n\n## Building new list of smoothies\n\n`buildData.js` is the file to build a new JSON file of ingredients for the client. Run it with node and copy the generated menu.json file to overwrite client/src/data/menu.json.\n\n```\nnode buildData.js\nmv menu.json client/src/data/menu.json\n```\n\n## Deployment\n\nFor deployment, first build the bundled and optimized version of the site from the client directory.\n\n```\ncd client/\nyarn build\n```\n\nThis builds static files in the public/ directory that can be deployed anywhere. I host the site on the `gh-pages` branch as a GitHub Page with a custom URL.\n\n## Built With\n\n* [create-react-app](https://github.com/facebook/create-react-app) - Create React apps with no build configuration\n* [Node.js](https://nodejs.org/en/) - JavaScript Runtime\n* [yarn](https://yarnpkg.com/en/) - Dependency management\n* [GitHub Pages](https://pages.github.com/) - Web hosting\n* [unstated](https://github.com/jamiebuilds/unstated) - State so simple, it goes without saying\n* [cheerio](https://github.com/cheeriojs/cheerio) - Markup parsing and traversal\n* [fuse.js](https://github.com/krisk/fuse) - Lightweight fuzzy-search\n* [material-ui](https://github.com/mui-org/material-ui) - React components that implement Google's Material Design\n* [react-flip-move](https://github.com/joshwcomeau/react-flip-move) - Effortless animation between DOM changes (eg. list reordering) using the FLIP technique\n\n## Authors\n\n* **Paul Poulsen** - *Initial work* - [ppoulsen](https://github.com/ppoulsen)\n\nSee also the list of [contributors](https://github.com/ppoulsen/mcelroyradio/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppoulsen%2Frejuice.me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppoulsen%2Frejuice.me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppoulsen%2Frejuice.me/lists"}