Skip to content

webprinc3ss/automate-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL GENERATOR

The purpose of this script is to transform a URL into a type of string that our Drupal Add API Module can use.

How it's done

  1. ES5 Function using an event listener connected to a function to convert one URL string into something else based on user prompt input. The result is then written on to the page. (DONE - 7/19/21)

  2. replace() in conjunction with regex statements are used to reformat and add an the api number to each string. (DONE - 7/19/21)

  3. Prompts will be replaced with form interface.

  4. Function will be converted to ES6 (as a comparison exercise).

  5. Clean-up. Remove comments and make code prettier.

Credit

JavaScript by webprinc3ss (me).

About

Convert a URL into a useable URL. Created with JavaScript and Regex.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published