evernote-local-dev-loop

Evernote Local Dev Loop

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "evernote-local-dev-loop" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-evernote-local-dev-loop

Evernote Local Dev Loop

Overview

Configure an efficient local development environment for Evernote API integration with sandbox testing, hot reload, and debugging tools.

Prerequisites

Instructions

Step 1: Project Structure

Step 2: Environment Configuration

Step 3: Evernote Client Wrapper

Step 4: ENML Utility Helpers

Step 5: Express Server with OAuth

Step 6: Package.json Scripts

Step 7: Quick Test Script

For full implementation details and code examples, load: references/implementation-guide.md

Output

  • Working local development server

  • Hot-reload enabled with nodemon

  • OAuth flow implemented

  • Dev token shortcut for quick testing

  • ENML utility functions

Error Handling

Error Cause Solution

EVERNOTE_DEV_TOKEN not set

Missing dev token Get from sandbox.evernote.com/api/DeveloperToken.action

Invalid consumer key

Wrong sandbox vs prod Verify EVERNOTE_SANDBOX matches your key type

Session undefined

Missing express-session Ensure session middleware is configured

Resources

  • Sandbox Environment

  • Developer Tokens

  • OAuth Guide

Next Steps

Proceed to evernote-sdk-patterns for advanced SDK usage patterns.

Examples

Basic usage: Apply evernote local dev loop to a standard project setup with default configuration options.

Advanced scenario: Customize evernote local dev loop for production environments with multiple constraints and team-specific requirements.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review