randytarampi/me

View on GitHub
config/me/organizations/deed.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    name: "Deed",
    address: {
        addressCountry: "Germany",
        addressLocality: "Berlin",
        addressRegion: "Berlin",
        postalCode: "12435",
        streetAddress: " Lohmühlenstraße 65"
    },
    image: "https://uploads-ssl.webflow.com/60ecc49886bb2cc8b11d875a/60ecff26bf73eb3198576464_Group%20244.svg",
    url: "https://joindeed.com",
    sameAs: [
        "https://www.linkedin.com/company/joindeed",
        "https://twitter.com/join_deed",
        "https://www.instagram.com/join.deed",
        "https://www.facebook.com/joindeednow",
        "https://github.com/joindeed",
        "https://www.crunchbase.com/organization/deed-2"
    ],
    logo: "https://uploads-ssl.webflow.com/60ecc49886bb2cc8b11d875a/60ecff26bf73eb3198576464_Group%20244.svg",
    priceRange: "$",
    email: "info@joindeed.com",
    telephone: "+13474507204",
    areaServed: [
        {
            name: "Berlin"
        }
    ],
    contactPoint: [
        {
            telephone: "+13474507204",
            contactType: "customer service",
            email: "info@joindeed.com",
            contactOption: "TollFree"
        }
    ],
    foundingDate: "2016-11-01"
};