{"id":21960386,"url":"https://github.com/adrienjoly/evernote-api-test","last_synced_at":"2026-05-03T21:31:55.923Z","repository":{"id":141956542,"uuid":"69807543","full_name":"adrienjoly/evernote-api-test","owner":"adrienjoly","description":"A simple azk-based web server that lists the notebooks of your Evernote account.","archived":false,"fork":false,"pushed_at":"2016-10-02T16:21:17.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T14:50:43.825Z","etag":null,"topics":["azk","evernote-api","example","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrienjoly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2016-10-02T16:18:28.000Z","updated_at":"2017-10-27T12:03:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab7f2458-0a8e-480d-9031-93dbda56cccb","html_url":"https://github.com/adrienjoly/evernote-api-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adrienjoly/evernote-api-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fevernote-api-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fevernote-api-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fevernote-api-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fevernote-api-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrienjoly","download_url":"https://codeload.github.com/adrienjoly/evernote-api-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fevernote-api-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["azk","evernote-api","example","nodejs"],"created_at":"2024-11-29T09:58:38.798Z","updated_at":"2026-05-03T21:31:55.917Z","avatar_url":"https://github.com/adrienjoly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"tested with azk, from the following tutorial: https://blog.azukiapp.com/getting-started-with-evernote-s-api-in-10min-with-azk-2e7184b2a08b#.po9le5tyi\n\n# Evernote Sample Usage of API for Express\n\nThis is a sample application of Express with a library for accessing the Evernote API from node.\n\nYou can find a blog post on how to use it [here](https://medium.com/@heitorburger/2e7184b2a08b).\n\n\n## Setup\n\n- You need a sandbox account.  If you haven't had a Sandbox account yet, you can create one [here](https://sandbox.evernote.com/Registration.action).\n- Create the .env file to set your environment variables:\n\n```sh\n$ cp .env.sample .env\n```\n\n- Fill your API Consumer Key and Consumer Secret in .env.\n\n\n## Start application\n\n### Run with Node.js\n\n- Change the environment variables in .env to:\n\n```\nAPP_URL=http://localhost\nPORT=3000\n```\n\nYou can start the express server with `npm start`.  Once the server starts, you can access `http://localhost:3000` and see the application. It will list the notebooks in your sandbox account after you authenticate. Edit express/routes/index.js to try other parts of the Evernote API.\n\n### Run with azk\n\n- Change the environment variables in .env to:\n\n```\nAPP_URL=http://express.dev.azk.io\nPORT=3000\n```\n\nGo to your terminal and run:\n\n```sh\n$ azk start\n```\n\nAnd open: http://express.dev.azk.io\n\n\n## Deploy to Heroku\n\nTo deploy to Heroku, just run:\n\n```sh\ngit subtree push --prefix sample/express heroku master\n\n# or force push\n$ git push heroku `git subtree split --prefix sample/express master`:master --force\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fevernote-api-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrienjoly%2Fevernote-api-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fevernote-api-test/lists"}