Automattic / mShots

Website Thumbnail/Snapshot Service
GNU General Public License v2.0
100 stars 21 forks source link

Add a url analyzer endpoint #53

Closed jeroenpf closed 2 years ago

jeroenpf commented 2 years ago

This PR introduces a new endpoint that can be called in a similar manner as to how the mshots endpoint can be called.

The goal is to create an endpoint /url-analyzer?url=www.example.com that will return information, such as colors, typography, meta, from a given URL.

Related (child) PRs:

jeroenpf commented 2 years ago

Please note that this PR will be the base of a series of PR's related to this development. This PR will remain in draft until all related PRs have been merged and this endpoint is considered production ready.