Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
/ schema-meta Public archive

Convert objects of random meta data into a schema.org standardized data objects

Notifications You must be signed in to change notification settings

ambassify/schema-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema Meta

Convert objects of random meta data into a schema.org standardized data objects

Test

npm test

How to use in NodeJS

SchemaMeta = require('bbbx-schema-meta');
var schema = new SchemaMeta({ FirstName: 'John', last_name: 'Doe'});
var cleanMeta = schema.getNormalized();

How to use in regular JavaScript

var schema = new SchemaMeta({ FirstName: 'John', last_name: 'Doe'});
var cleanMeta = schema.getNormalized();

About

Convert objects of random meta data into a schema.org standardized data objects

Resources

Stars

Watchers

Forks

Packages

No packages published