Evernote
Note-taking and organization app.
Extends: Technology
Evernote
Note-taking and organization app.
Overview
Category: Productivity software
Note-taking and organization app.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Evernote',
category: 'Productivity software',
description: 'Note-taking and organization app.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Evernote",
"applicationCategory": "Productivity software",
"description": "Note-taking and organization app."
}