- Date: 2019-10-25
- Status: proposed
- Author: Pawel Wrzosek
In Fam we want to present to the User a list of their's contacts, with potential family members listed at the top. This will be used to find & invite relevant people to the Family.
/** | |
* Gets the NBP currency rate for the first non-holiday day before. | |
* | |
* @param {string} currency symbol (ie. "USD") | |
* @param {string} date in the format "YYYY-MM-DD" | |
* @return {number} currency rate | |
* @customfunction | |
*/ | |
function NBP(currency, date) { | |
function fetchRate(currency, dateString) { |
#!/bin/bash | |
if git commit -v --dry-run | grep 'XXX' >/dev/null 2>&1 | |
then | |
echo "Cannot commit XXX marker" | |
exit 1 | |
else | |
exit 0 | |
fi |
In Fam we want to present to the User a list of their's contacts, with potential family members listed at the top. This will be used to find & invite relevant people to the Family.
### Keybase proof | |
I hereby claim: | |
* I am wzs on github. | |
* I am wzs (https://keybase.io/wzs) on keybase. | |
* I have a public key whose fingerprint is B5C2 067A 0520 5BCA 4C6F 6F11 7104 7C6A DD2D 7857 | |
To claim this, I am signing this object: |