Skip to content

Instantly share code, notes, and snippets.

View james-innes's full-sized avatar
💭
Open to new opportunities using SvelteKit 😺

James Innes james-innes

💭
Open to new opportunities using SvelteKit 😺
View GitHub Profile
@joshnuss
joshnuss / BUILD_LOG.md
Last active January 13, 2023 19:19
Build progress for 24-hour startup

The idea

A way to create physical signage for a business by uploading the company's logo. The app will use a 3rd party to 3D print or laser cut the sign.

Main flow

  1. Upload a logo in SVG format
  2. Choose fabrication style (3d print, laser cut) and colors
  3. Place the order
function GetUrl() {
param(
[string]$orgUrl,
[hashtable]$header,
[string]$AreaId
)
# Build the URL for calling the org-level Resource Areas REST API for the RM APIs
$orgResourceAreasUrl = [string]::Format("{0}/_apis/resourceAreas/{1}?api-preview=5.0-preview.1", $orgUrl, $AreaId)
<!-- Essential META Tags -->
<meta property="og:title" content="European Travel Destinations">
<meta property="og:description" content="Offering tour packages for individuals or groups.">
<meta property="og:image" content="http://euro-travel-example.com/thumbnail.jpg">
<meta property="og:url" content="http://euro-travel-example.com/index.htm">
<meta name="twitter:card" content="summary_large_image">
<!-- Non-Essential, But Recommended -->
<meta name="og:site_name" content="European Travel, Inc.">