{"id":16659357,"url":"https://github.com/bhb/hundred-pushups","last_synced_at":"2026-04-23T15:35:08.807Z","repository":{"id":66310361,"uuid":"74624549","full_name":"bhb/hundred-pushups","owner":"bhb","description":"React Native app for 100 pushups","archived":false,"fork":false,"pushed_at":"2017-02-24T03:54:05.000Z","size":303,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T09:03:39.573Z","etag":null,"topics":["clojure","clojurescript","figwheel","react-native"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-24T00:30:17.000Z","updated_at":"2016-11-24T00:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef75cb90-e2ad-4c23-a5f4-40cef342949b","html_url":"https://github.com/bhb/hundred-pushups","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhb%2Fhundred-pushups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhb%2Fhundred-pushups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhb%2Fhundred-pushups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhb%2Fhundred-pushups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhb","download_url":"https://codeload.github.com/bhb/hundred-pushups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243293781,"owners_count":20268139,"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","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":["clojure","clojurescript","figwheel","react-native"],"created_at":"2024-10-12T10:24:48.113Z","updated_at":"2025-12-25T15:44:49.243Z","avatar_url":"https://github.com/bhb.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hundred-pushups\n\nA mobile app unoffially based on the plan at [100 Pushups](http://www.100pushups.com). This app is *not* endorsed by [100 Pushups](http://www.100pushups.com)!\n\n## Usage\n\nInstall deps:\n\n```bash\n brew install node\n brew install watchman\n```\n\nInstall React Native CLI tool:\n\n`npm install -g react-native-cli`\n\nInstall `re-natal`:\n\n`npm install -g re-natal`\n\nTo open emacs with access to inf-clojure and a REPL, do\n\n`emacs .dir-locals.el` and type `y` at prompt\n\nTo get started with your new app, first cd into its directory:\n`cd hundred-pushups`\n\n\n### Running in iOS\nOpen iOS app in xcode and run it:\n\n`react-native run-ios`\n\nTo use figwheel type:\n\n```bash\nre-natal deps\nre-natal use-figwheel\nlein figwheel ios\n```\n\nReload the app in simulator\n\nAt the REPL prompt type this:\n`(in-ns 'hundred-pushups.ios.core)`\n\n\n### Running in Android\n\nOpen Android project in Android Studio\n\n* Upgrade Android Studio\n* Android Studio, open project `./android`\n* open emulator or connect device\n* Run the app\n  * `react-native run-android` `#this is much faster` \n  * run app \"click play button\" (select simulator or device)\n  * either way app will fail until figwheel is running, but you need the initial build to start figwheel\n* run figwheel\n* re-run the app as above this time it should connect to figwheels prompt\n\nTo use figwheel type:\n\n```bash\nre-natal use-android-device avd\nor\nre-natal use-android-device real\nre-natal use-figwheel\nlein figwheel android\n```\n\nIf you get an error make sure you have a simulator or real device already running.\n\nReload the app in simulator\n\nAt the REPL prompt type this:\n`(in-ns 'hundred-pushups.android.core)`\n\n### Interacting with Running App\n\nChanges you make via the REPL or by changing your .cljs files should appear live.\n\nTry this command as an example:\n`(dispatch [:set-greeting \"Hi everyone\"])`\n\n\n#### Starting Figwheel REPL from nREPL\n\nStarting Figwheel REPL from nREPL\n\nTo start Figwheel within nREPL session:\n\n`$ lein repl`\n\nThen in the nREPL prompt type:\n\n`user=\u003e (start-figwheel \"ios\")`\n\nOr, for Android build type:\n\n`user=\u003e (start-figwheel \"android\")`\n\nOr, for both type:\n\n`user=\u003e (start-figwheel \"ios\" \"android\")`\n\n### Tests\n\n#### Clojurescript (on Node.js)\n\n`lein doo node node-test auto`\n\n\n#### Clojure\n\nThis method was used initially since it was fast, convenient,\nand provided good stack traces. It may go away if Node testing\nis fast enough.\n\n`lein with-profile +project-tools test-refresh :changes-only`\n\n### Logs\n\nTo see log output, run one of the following\n\n\n```bash\n$ react-native log-ios\n$ react-native log-android\n```\n\n### Debug menu\n\niOS: `cmd + ctrl + Z`\nandroid: `cmd + m`\n\n### Todo\n\n* move time selection to be number + am/pm picker\n* add snooze\n\n## License\n\n####\n\nCopyright © 2017 Ben Brinckerhoff and Dan Mayer\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhb%2Fhundred-pushups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhb%2Fhundred-pushups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhb%2Fhundred-pushups/lists"}