import {fetch} from 'wix-fetch'; google-site-verification=FeBbiX-35t_7XUT1uNOtxHzeeMiWapNLhv1nlsrN8IU // ... fetch("https://exchangeratesapi.io/api/latest", {method: "get"}) .then( (httpResponse) => { let url = httpResponse.url; let statusCode = httpResponse.status; let statusText = httpResponse.statusText; let headers = httpResponse.headers; let bodyUsed = httpResponse.bodyUsed; if (httpResponse.ok) { return httpResponse.json(); } else { return Promise.reject("Fetch did not succeed"); } } ) .then( (json) => { console.log(json.rates["USD"]); } ) .catch( (err) => { console.log(err); } ); I.R.I.C. MENTOR-SHIP | G.L.C.R. At R.I.D.
top of page
This course can no longer be booked.

I.R.I.C. MENTOR-SHIP

Introducing a mentor-ship guideline to "health & wellness" resources and assistance.

  • Ended
  • 150 US dollars
  • Varies at a public location or I.R.I.C./R.I.D. Headquarters

Service Description

Allow our mentoring to guide you to specific infrastructure enhancements, using tools of mainstream success. Specialized in none profit areas of business, free benefits for public structures, and resource guide manuals.


Contact Details

aaronb@not1alone.org

7479 Hwy 85 Jonesboro, Ga 30236


bottom of page