Skip to content

piecioshka/find-google-docs-in-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-google-docs-in-string

npm version downloads count travis-ci

🔨 Find links from Google Docs in string or file

Usage

const findGoogleDocs = require('find-google-docs-in-string');
const links = findGoogleDocs(
    `
    <https://docs.google.com/document/d/super-uniq-id/edit>
    https://docs.google.com/document/d/super-uniq-id-2/edit
    https://google.com/search?q=cookie
    `
);

console.log(links);
// - https://docs.google.com/document/d/super-uniq-id/edit
// - https://docs.google.com/document/d/super-uniq-id-2/edit

CLI

Installation

npm install -g find-google-docs-in-string

Usage:

find-google-docs-in-string /path/to/text/file

Related

License

The MIT License @ 2019

About

🔨 Find links from Google Docs in string and file

Topics

Resources

License

Stars

Watchers

Forks